#B8876F

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

Shades of Brandy Rose #B8876F

Tints of Brandy Rose #B8876F

Color information

#B8876F (or 0xB8876F) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 6F. RGB value is (184,135,111). Sum of RGB (Red+Green+Blue) = 184+135+111=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8876F is #477890. Grayscale: #939393. Windows color (decimal): -4683921 or 7309240. OLE color: 7309240.

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

Color convert

RGB184135111-
CMYK00.270.400.28
HSL19.73º33.95%57.84%-
HSV(B)19.73º39.67%72.16%-
XYZ31.328.6718.92-
YUV146.92107.73154.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=42.79%
G=31.40%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413511100.270.400.2819.7333.9557.84
HexB8876F01B281C14223a
Octal2702071570335034244272
Binary101110001000011111011110110111010001110010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8876F; }

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

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

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

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

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

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

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

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