#B08370

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

Shades of Brandy Rose #B08370

Tints of Brandy Rose #B08370

Color information

#B08370 (or 0xB08370) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 70. RGB value is (176,131,112). Sum of RGB (Red+Green+Blue) = 176+131+112=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08370 is #4F7C8F. Grayscale: #8E8E8E. Windows color (decimal): -5209232 or 7373744. OLE color: 7373744.

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

Color convert

RGB176131112-
CMYK00.260.360.31
HSL17.81º28.83%56.47%-
HSV(B)17.81º36.36%69.02%-
XYZ28.9526.6318.94-
YUV142.29110.91152.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=42.00%
G=31.26%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613111200.260.360.3117.8128.8356.47
HexB0837001A241F121d38
Octal2602031600324437223570
Binary10110000100000111110000011010100100111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08370; }

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

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

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

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

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

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

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

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