#B8856C

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

Shades of Brandy Rose #B8856C

Tints of Brandy Rose #B8856C

Color information

#B8856C (or 0xB8856C) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 6C. RGB value is (184,133,108). Sum of RGB (Red+Green+Blue) = 184+133+108=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856C is #477A93. Grayscale: #919191. Windows color (decimal): -4684436 or 7112120. OLE color: 7112120.

HSL color Cylindrical-coordinate representation of color #B8856C: hue angle of 19.74º 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 #B8856C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184133108-
CMYK00.280.410.28
HSL19.74º34.86%57.25%-
HSV(B)19.74º41.3%72.16%-
XYZ30.8628.0517.97-
YUV145.4106.9155.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=43.29%
G=31.29%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413310800.280.410.2819.7434.8657.25
HexB8856C01C291C142339
Octal2702051540345134244371
Binary101110001000010111011000111001010011110010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8856C; }

 p { color: rgb(184,133,108); }

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

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

 a { background-color: rgb(184,133,108); }

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

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

 span { border-color: rgb(184,133,108); }

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