#B78774

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

Shades of Brandy Rose #B78774

Tints of Brandy Rose #B78774

Color information

#B78774 (or 0xB78774) is unknown color: approx Brandy Rose. HEX triplet: B7, 87 and 74. RGB value is (183,135,116). Sum of RGB (Red+Green+Blue) = 183+135+116=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B78774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78774 is #48788B. Grayscale: #939393. Windows color (decimal): -4749452 or 7636919. OLE color: 7636919.

HSL color Cylindrical-coordinate representation of color #B78774: hue angle of 17.01º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78774 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB183135116-
CMYK00.260.370.28
HSL17.01º31.75%58.63%-
HSV(B)17.01º36.61%71.76%-
XYZ31.3428.6620.4-
YUV147.19110.4153.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=42.17%
G=31.11%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313511600.260.370.2817.0131.7558.63
HexB7877401A251C11203b
Octal2672071640324534214073
Binary101101111000011111101000110101001011110010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78774; }

 p { color: rgb(183,135,116); }

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

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

 a { background-color: rgb(183,135,116); }

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

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

 span { border-color: rgb(183,135,116); }

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