#B8866D

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

Shades of Brandy Rose #B8866D

Tints of Brandy Rose #B8866D

Color information

#B8866D (or 0xB8866D) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 6D. RGB value is (184,134,109). Sum of RGB (Red+Green+Blue) = 184+134+109=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8866D is #477992. Grayscale: #929292. Windows color (decimal): -4684179 or 7177912. OLE color: 7177912.

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

Color convert

RGB184134109-
CMYK00.270.410.28
HSL20º34.56%57.45%-
HSV(B)20º40.76%72.16%-
XYZ31.0528.3418.3-
YUV146.1107.06155.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=43.09%
G=31.38%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413410900.270.410.282034.5657.45
HexB8866D01B291C142339
Octal2702061550335134244371
Binary101110001000011011011010110111010011110010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8866D; }

 p { color: rgb(184,134,109); }

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

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

 a { background-color: rgb(184,134,109); }

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

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

 span { border-color: rgb(184,134,109); }

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