#B78871

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

Shades of Brandy Rose #B78871

Tints of Brandy Rose #B78871

Color information

#B78871 (or 0xB78871) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 71. RGB value is (183,136,113). Sum of RGB (Red+Green+Blue) = 183+136+113=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B78871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78871 is #48778E. Grayscale: #939393. Windows color (decimal): -4749199 or 7440567. OLE color: 7440567.

HSL color Cylindrical-coordinate representation of color #B78871: hue angle of 19.71º degrees, saturation: 0.33, 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 #B78871 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB183136113-
CMYK00.260.380.28
HSL19.71º32.71%58.04%-
HSV(B)19.71º38.25%71.76%-
XYZ31.3128.8719.54-
YUV147.43108.57153.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=42.36%
G=31.48%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313611300.260.380.2819.7132.7158.04
HexB7887101A261C14213a
Octal2672101610324634244172
Binary101101111000100011100010110101001101110010100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78871; }

 p { color: rgb(183,136,113); }

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

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

 a { background-color: rgb(183,136,113); }

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

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

 span { border-color: rgb(183,136,113); }

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