#B08873

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

Shades of Brandy Rose #B08873

Tints of Brandy Rose #B08873

Color information

#B08873 (or 0xB08873) is unknown color: approx Brandy Rose. HEX triplet: B0, 88 and 73. RGB value is (176,136,115). Sum of RGB (Red+Green+Blue) = 176+136+115=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08873 is #4F778C. Grayscale: #919191. Windows color (decimal): -5207949 or 7571632. OLE color: 7571632.

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

Color convert

RGB176136115-
CMYK00.230.350.31
HSL20.66º27.85%57.06%-
HSV(B)20.66º34.66%69.02%-
XYZ29.828.0820.07-
YUV145.57110.75149.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=41.22%
G=31.85%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613611500.230.350.3120.6627.8557.06
HexB08873017231F151c39
Octal2602101630274337253471
Binary10110000100010001110011010111100011111111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08873; }

 p { color: rgb(176,136,115); }

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

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

 a { background-color: rgb(176,136,115); }

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

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

 span { border-color: rgb(176,136,115); }

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