#B8886D

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

Shades of Brandy Rose #B8886D

Tints of Brandy Rose #B8886D

Color information

#B8886D (or 0xB8886D) is unknown color: approx Brandy Rose. HEX triplet: B8, 88 and 6D. RGB value is (184,136,109). Sum of RGB (Red+Green+Blue) = 184+136+109=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8886D is #477792. Grayscale: #939393. Windows color (decimal): -4683667 or 7178424. OLE color: 7178424.

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

Color convert

RGB184136109-
CMYK00.260.410.28
HSL21.6º34.56%57.45%-
HSV(B)21.6º40.76%72.16%-
XYZ31.3328.918.4-
YUV147.27106.4154.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=42.89%
G=31.70%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413610900.260.410.2821.634.5657.45
HexB8886D01A291C162339
Octal2702101550325134264371
Binary101110001000100011011010110101010011110010110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8886D; }

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

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

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

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

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

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

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

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