#B08472

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

Shades of Brandy Rose #B08472

Tints of Brandy Rose #B08472

Color information

#B08472 (or 0xB08472) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 72. RGB value is (176,132,114). Sum of RGB (Red+Green+Blue) = 176+132+114=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08472 is #4F7B8D. Grayscale: #8F8F8F. Windows color (decimal): -5208974 or 7505072. OLE color: 7505072.

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

Color convert

RGB176132114-
CMYK00.250.350.31
HSL17.42º28.18%56.86%-
HSV(B)17.42º35.23%69.02%-
XYZ29.1926.9519.58-
YUV143.1111.58151.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=41.71%
G=31.28%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613211400.250.350.3117.4228.1856.86
HexB08472019231F111c39
Octal2602041620314337213471
Binary10110000100001001110010011001100011111111000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08472; }

 p { color: rgb(176,132,114); }

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

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

 a { background-color: rgb(176,132,114); }

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

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

 span { border-color: rgb(176,132,114); }

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