#B78076

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

Shades of Brandy Rose #B78076

Tints of Brandy Rose #B78076

Color information

#B78076 (or 0xB78076) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 76. RGB value is (183,128,118). Sum of RGB (Red+Green+Blue) = 183+128+118=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78076 is #487F89. Grayscale: #8F8F8F. Windows color (decimal): -4751242 or 7766199. OLE color: 7766199.

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

Color convert

RGB183128118-
CMYK00.300.360.28
HSL9.23º31.1%59.02%-
HSV(B)9.23º35.52%71.76%-
XYZ30.5226.8120.71-
YUV143.3113.72156.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=42.66%
G=29.84%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312811800.300.360.289.2331.159.02
HexB7807601E241C91f3b
Octal2672001660364434113773
Binary1011011110000000111011001111010010011100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78076; }

 p { color: rgb(183,128,118); }

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

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

 a { background-color: rgb(183,128,118); }

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

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

 span { border-color: rgb(183,128,118); }

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