#B8816C

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

Shades of Brandy Rose #B8816C

Tints of Brandy Rose #B8816C

Color information

#B8816C (or 0xB8816C) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 6C. RGB value is (184,129,108). Sum of RGB (Red+Green+Blue) = 184+129+108=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8816C is #477E93. Grayscale: #8F8F8F. Windows color (decimal): -4685460 or 7111096. OLE color: 7111096.

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

Color convert

RGB184129108-
CMYK00.300.410.28
HSL16.58º34.86%57.25%-
HSV(B)16.58º41.3%72.16%-
XYZ30.3226.9717.8-
YUV143.05108.22157.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=43.71%
G=30.64%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412910800.300.410.2816.5834.8657.25
HexB8816C01E291C112339
Octal2702011540365134214371
Binary101110001000000111011000111101010011110010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8816C; }

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

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

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

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

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

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

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

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