#B88370

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

Shades of Brandy Rose #B88370

Tints of Brandy Rose #B88370

Color information

#B88370 (or 0xB88370) is unknown color: approx Brandy Rose. HEX triplet: B8, 83 and 70. RGB value is (184,131,112). Sum of RGB (Red+Green+Blue) = 184+131+112=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88370 is #477C8F. Grayscale: #909090. Windows color (decimal): -4684944 or 7373752. OLE color: 7373752.

HSL color Cylindrical-coordinate representation of color #B88370: hue angle of 15.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88370 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184131112-
CMYK00.290.390.28
HSL15.83º33.64%58.04%-
HSV(B)15.83º39.13%72.16%-
XYZ30.8127.5919.03-
YUV144.68109.56156.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=43.09%
G=30.68%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413111200.290.390.2815.8333.6458.04
HexB8837001D271C10223a
Octal2702031600354734204272
Binary101110001000001111100000111011001111110010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88370; }

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

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

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

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

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

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

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

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