#B8816E

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

Shades of Brandy Rose #B8816E

Tints of Brandy Rose #B8816E

Color information

#B8816E (or 0xB8816E) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 6E. RGB value is (184,129,110). Sum of RGB (Red+Green+Blue) = 184+129+110=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8816E is #477E91. Grayscale: #8F8F8F. Windows color (decimal): -4685458 or 7242168. OLE color: 7242168.

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

Color convert

RGB184129110-
CMYK00.300.400.28
HSL15.41º34.26%57.65%-
HSV(B)15.41º40.22%72.16%-
XYZ30.4327.0218.36-
YUV143.28109.22157.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=43.50%
G=30.50%
B=26.00%

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
Decimal18412911000.300.400.2815.4134.2657.65
HexB8816E01E281Cf223a
Octal2702011560365034174272
Binary10111000100000011101110011110101000111001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8816E; }

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

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

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

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

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

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

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

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