#B8867E

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

Shades of Brandy Rose #B8867E

Tints of Brandy Rose #B8867E

Color information

#B8867E (or 0xB8867E) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 7E. RGB value is (184,134,126). Sum of RGB (Red+Green+Blue) = 184+134+126=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8867E is #477981. Grayscale: #949494. Windows color (decimal): -4684162 or 8292024. OLE color: 8292024.

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

Color convert

RGB184134126-
CMYK00.270.320.28
HSL8.28º29%60.78%-
HSV(B)8.28º31.52%72.16%-
XYZ32.0628.7523.6-
YUV148.04115.56153.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=41.44%
G=30.18%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413412600.270.320.288.282960.78
HexB8867E01B201C81d3d
Octal2702061760334034103575
Binary1011100010000110111111001101110000011100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8867E; }

 p { color: rgb(184,134,126); }

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

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

 a { background-color: rgb(184,134,126); }

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

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

 span { border-color: rgb(184,134,126); }

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