#B78970

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

Shades of Brandy Rose #B78970

Tints of Brandy Rose #B78970

Color information

#B78970 (or 0xB78970) is unknown color: approx Brandy Rose. HEX triplet: B7, 89 and 70. RGB value is (183,137,112). Sum of RGB (Red+Green+Blue) = 183+137+112=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B78970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78970 is #48768F. Grayscale: #949494. Windows color (decimal): -4748944 or 7375287. OLE color: 7375287.

HSL color Cylindrical-coordinate representation of color #B78970: hue angle of 21.13º degrees, saturation: 0.33, 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 #B78970 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183137112-
CMYK00.250.390.28
HSL21.13º33.02%57.84%-
HSV(B)21.13º38.8%71.76%-
XYZ31.429.1319.3-
YUV147.9107.74153.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=42.36%
G=31.71%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313711200.250.390.2821.1333.0257.84
HexB78970019271C15213a
Octal2672111600314734254172
Binary101101111000100111100000110011001111110010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78970; }

 p { color: rgb(183,137,112); }

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

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

 a { background-color: rgb(183,137,112); }

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

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

 span { border-color: rgb(183,137,112); }

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