#B08779

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

Shades of Brandy Rose #B08779

Tints of Brandy Rose #B08779

Color information

#B08779 (or 0xB08779) is unknown color: approx Brandy Rose. HEX triplet: B0, 87 and 79. RGB value is (176,135,121). Sum of RGB (Red+Green+Blue) = 176+135+121=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08779 is #4F7886. Grayscale: #919191. Windows color (decimal): -5208199 or 7964592. OLE color: 7964592.

HSL color Cylindrical-coordinate representation of color #B08779: hue angle of 15.27º 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 #B08779 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176135121-
CMYK00.230.310.31
HSL15.27º25.82%58.24%-
HSV(B)15.27º31.25%69.02%-
XYZ30.0227.9421.9-
YUV145.66114.08149.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=40.74%
G=31.25%
B=28.01%

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
Decimal17613512100.230.310.3115.2725.8258.24
HexB087790171F1Ff1a3a
Octal2602071710273737173272
Binary101100001000011111110010101111111111111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08779; }

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

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

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

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

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

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

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

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