#B8867C

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

Shades of Brandy Rose #B8867C

Tints of Brandy Rose #B8867C

Color information

#B8867C (or 0xB8867C) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 7C. RGB value is (184,134,124). Sum of RGB (Red+Green+Blue) = 184+134+124=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8867C is #477983. Grayscale: #939393. Windows color (decimal): -4684164 or 8160952. OLE color: 8160952.

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

Color convert

RGB184134124-
CMYK00.270.330.28
HSL10º29.7%60.39%-
HSV(B)10º32.61%72.16%-
XYZ31.9328.722.92-
YUV147.81114.56153.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=41.63%
G=30.32%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413412400.270.330.281029.760.39
HexB8867C01B211Ca1e3c
Octal2702061740334134123674
Binary1011100010000110111110001101110000111100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8867C; }

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

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

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

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

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

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

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

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