#B78F84

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

Shades of Brandy Rose #B78F84

Tints of Brandy Rose #B78F84

Color information

#B78F84 (or 0xB78F84) is unknown color: approx Brandy Rose. HEX triplet: B7, 8F and 84. RGB value is (183,143,132). Sum of RGB (Red+Green+Blue) = 183+143+132=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78F84 is #48707B. Grayscale: #999999. Windows color (decimal): -4747388 or 8687543. OLE color: 8687543.

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

Color convert

RGB183143132-
CMYK00.220.280.28
HSL12.94º26.15%61.76%-
HSV(B)12.94º27.87%71.76%-
XYZ33.5231.3826.12-
YUV153.71115.75148.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=39.96%
G=31.22%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314313200.220.280.2812.9426.1561.76
HexB78F840161C1Cd1a3e
Octal2672172040263434153276
Binary1011011110001111100001000101101110011100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F84; }

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

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

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

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

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

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

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

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