#B08470

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

Shades of Brandy Rose #B08470

Tints of Brandy Rose #B08470

Color information

#B08470 (or 0xB08470) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 70. RGB value is (176,132,112). Sum of RGB (Red+Green+Blue) = 176+132+112=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B08470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08470 is #4F7B8F. Grayscale: #8F8F8F. Windows color (decimal): -5208976 or 7374000. OLE color: 7374000.

HSL color Cylindrical-coordinate representation of color #B08470: hue angle of 18.75º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08470 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176132112-
CMYK00.250.360.31
HSL18.75º28.83%56.47%-
HSV(B)18.75º36.36%69.02%-
XYZ29.0826.918.99-
YUV142.88110.58151.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=41.90%
G=31.43%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613211200.250.360.3118.7528.8356.47
HexB08470019241F131d38
Octal2602041600314437233570
Binary10110000100001001110000011001100100111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08470; }

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

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

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

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

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

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

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

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