#B78477

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

Shades of Brandy Rose #B78477

Tints of Brandy Rose #B78477

Color information

#B78477 (or 0xB78477) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 77. RGB value is (183,132,119). Sum of RGB (Red+Green+Blue) = 183+132+119=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B78477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78477 is #487B88. Grayscale: #919191. Windows color (decimal): -4750217 or 7832759. OLE color: 7832759.

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

Color convert

RGB183132119-
CMYK00.280.350.28
HSL12.19º30.77%59.22%-
HSV(B)12.19º34.97%71.76%-
XYZ31.1127.921.2-
YUV145.77112.9154.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 27.42%
R=42.17%
G=30.41%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313211900.280.350.2812.1930.7759.22
HexB7847701C231Cc1f3b
Octal2672041670344334143773
Binary1011011110000100111011101110010001111100110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78477; }

 p { color: rgb(183,132,119); }

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

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

 a { background-color: rgb(183,132,119); }

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

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

 span { border-color: rgb(183,132,119); }

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