#B78472

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

Shades of Brandy Rose #B78472

Tints of Brandy Rose #B78472

Color information

#B78472 (or 0xB78472) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 72. RGB value is (183,132,114). Sum of RGB (Red+Green+Blue) = 183+132+114=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78472 is #487B8D. Grayscale: #919191. Windows color (decimal): -4750222 or 7505079. OLE color: 7505079.

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

Color convert

RGB183132114-
CMYK00.280.380.28
HSL15.65º32.39%58.24%-
HSV(B)15.65º37.7%71.76%-
XYZ30.8227.7819.66-
YUV145.2110.4154.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=42.66%
G=30.77%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313211400.280.380.2815.6532.3958.24
HexB7847201C261C10203a
Octal2672041620344634204072
Binary101101111000010011100100111001001101110010000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78472; }

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

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

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

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

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

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

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

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