#B88983

Color #B88983 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B88983

Tints of Brandy Rose #B88983

Color information

#B88983 (or 0xB88983) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 83. RGB value is (184,137,131). Sum of RGB (Red+Green+Blue) = 184+137+131=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B88983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88983 is #47767C. Grayscale: #969696. Windows color (decimal): -4683389 or 8620472. OLE color: 8620472.

HSL color Cylindrical-coordinate representation of color #B88983: hue angle of 6.79º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88983 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184137131-
CMYK00.260.290.28
HSL6.79º27.18%61.76%-
HSV(B)6.79º28.8%72.16%-
XYZ32.8129.7225.48-
YUV150.37117.07151.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=40.71%
G=30.31%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413713100.260.290.286.7927.1861.76
HexB8898301A1D1C71b3e
Octal270211203032353473376
Binary101110001000100110000011011010111011110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88983; }

 p { color: rgb(184,137,131); }

 H1.HeaderClassName
 {
   color: #B88983;
 }
 .AnyTagClassName
 {
   color: #B88983;
 }
</style>
background-color css

<style>
 a { background-color: #B88983; }

 a { background-color: rgb(184,137,131); }

 div.DivClassName
 {
   background-color: #B88983;
 }
 .BgClassName
 {
   background-color: #B88983;
 }
</style>
border-color css

<style>
 span { border-color: #B88983; }

 span { border-color: rgb(184,137,131); }

 td.TdClassName
 {
   border-color: #B88983;
 }
 .TagClassName
 {
   border-color: #B88983;
 }
</style>