#B8876D

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

Shades of Brandy Rose #B8876D

Tints of Brandy Rose #B8876D

Color information

#B8876D (or 0xB8876D) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 6D. RGB value is (184,135,109). Sum of RGB (Red+Green+Blue) = 184+135+109=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8876D is #477892. Grayscale: #929292. Windows color (decimal): -4683923 or 7178168. OLE color: 7178168.

HSL color Cylindrical-coordinate representation of color #B8876D: hue angle of 20.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8876D is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184135109-
CMYK00.270.410.28
HSL20.8º34.56%57.45%-
HSV(B)20.8º40.76%72.16%-
XYZ31.1928.6218.35-
YUV146.69106.73154.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=42.99%
G=31.54%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413510900.270.410.2820.834.5657.45
HexB8876D01B291C152339
Octal2702071550335134254371
Binary101110001000011111011010110111010011110010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8876D; }

 p { color: rgb(184,135,109); }

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

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

 a { background-color: rgb(184,135,109); }

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

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

 span { border-color: rgb(184,135,109); }

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