#B78674

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

Shades of Brandy Rose #B78674

Tints of Brandy Rose #B78674

Color information

#B78674 (or 0xB78674) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 74. RGB value is (183,134,116). Sum of RGB (Red+Green+Blue) = 183+134+116=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B78674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78674 is #48798B. Grayscale: #929292. Windows color (decimal): -4749708 or 7636663. OLE color: 7636663.

HSL color Cylindrical-coordinate representation of color #B78674: hue angle of 16.12º 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 #B78674 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB183134116-
CMYK00.270.370.28
HSL16.12º31.75%58.63%-
HSV(B)16.12º36.61%71.76%-
XYZ31.2128.3820.36-
YUV146.6110.73153.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=42.26%
G=30.95%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313411600.270.370.2816.1231.7558.63
HexB7867401B251C10203b
Octal2672061640334534204073
Binary101101111000011011101000110111001011110010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78674; }

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

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

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

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

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

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

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

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