#B08879

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

Shades of Brandy Rose #B08879

Tints of Brandy Rose #B08879

Color information

#B08879 (or 0xB08879) is unknown color: approx Brandy Rose. HEX triplet: B0, 88 and 79. RGB value is (176,136,121). Sum of RGB (Red+Green+Blue) = 176+136+121=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B08879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08879 is #4F7786. Grayscale: #929292. Windows color (decimal): -5207943 or 7964848. OLE color: 7964848.

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

Color convert

RGB176136121-
CMYK00.230.310.31
HSL16.36º25.82%58.24%-
HSV(B)16.36º31.25%69.02%-
XYZ30.1628.2221.95-
YUV146.25113.75149.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=40.65%
G=31.41%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613612100.230.310.3116.3625.8258.24
HexB088790171F1F101a3a
Octal2602101710273737203272
Binary1011000010001000111100101011111111111111000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08879; }

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

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

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

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

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

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

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

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