#B8806E

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

Shades of Brandy Rose #B8806E

Tints of Brandy Rose #B8806E

Color information

#B8806E (or 0xB8806E) is unknown color: approx Brandy Rose. HEX triplet: B8, 80 and 6E. RGB value is (184,128,110). Sum of RGB (Red+Green+Blue) = 184+128+110=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806E is #477F91. Grayscale: #8E8E8E. Windows color (decimal): -4685714 or 7241912. OLE color: 7241912.

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

Color convert

RGB184128110-
CMYK00.300.400.28
HSL14.59º34.26%57.65%-
HSV(B)14.59º40.22%72.16%-
XYZ30.326.7518.32-
YUV142.69109.55157.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=43.60%
G=30.33%
B=26.07%

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
Decimal18412811000.300.400.2814.5934.2657.65
HexB8806E01E281Cf223a
Octal2702001560365034174272
Binary10111000100000001101110011110101000111001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8806E; }

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

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

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

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

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

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

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

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