#B88578

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

Shades of Brandy Rose #B88578

Tints of Brandy Rose #B88578

Color information

#B88578 (or 0xB88578) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 78. RGB value is (184,133,120). Sum of RGB (Red+Green+Blue) = 184+133+120=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B88578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88578 is #477A87. Grayscale: #929292. Windows color (decimal): -4684424 or 7898552. OLE color: 7898552.

HSL color Cylindrical-coordinate representation of color #B88578: hue angle of 12.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88578 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184133120-
CMYK00.280.350.28
HSL12.19º31.07%59.61%-
HSV(B)12.19º34.78%72.16%-
XYZ31.5428.3221.57-
YUV146.77112.9154.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=42.11%
G=30.43%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413312000.280.350.2812.1931.0759.61
HexB8857801C231Cc1f3c
Octal2702051700344334143774
Binary1011100010000101111100001110010001111100110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88578; }

 p { color: rgb(184,133,120); }

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

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

 a { background-color: rgb(184,133,120); }

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

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

 span { border-color: rgb(184,133,120); }

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