#B8816F

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

Shades of Brandy Rose #B8816F

Tints of Brandy Rose #B8816F

Color information

#B8816F (or 0xB8816F) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 6F. RGB value is (184,129,111). Sum of RGB (Red+Green+Blue) = 184+129+111=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8816F is #477E90. Grayscale: #8F8F8F. Windows color (decimal): -4685457 or 7307704. OLE color: 7307704.

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

Color convert

RGB184129111-
CMYK00.300.400.28
HSL14.79º33.95%57.84%-
HSV(B)14.79º39.67%72.16%-
XYZ30.4927.0418.65-
YUV143.39109.72156.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=43.40%
G=30.42%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412911100.300.400.2814.7933.9557.84
HexB8816F01E281Cf223a
Octal2702011570365034174272
Binary10111000100000011101111011110101000111001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8816F; }

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

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

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

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

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

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

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

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