#BD886F

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

Shades of Brandy Rose #BD886F

Tints of Brandy Rose #BD886F

Color information

#BD886F (or 0xBD886F) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 6F. RGB value is (189,136,111). Sum of RGB (Red+Green+Blue) = 189+136+111=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD886F is #427790. Grayscale: #959595. Windows color (decimal): -4355985 or 7309501. OLE color: 7309501.

HSL color Cylindrical-coordinate representation of color #BD886F: hue angle of 19.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD886F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189136111-
CMYK00.280.410.26
HSL19.23º37.14%58.82%-
HSV(B)19.23º41.27%74.12%-
XYZ32.6629.5719.03-
YUV149106.56156.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=43.35%
G=31.19%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913611100.280.410.2619.2337.1458.82
HexBD886F01C291A13253b
Octal2752101570345132234573
Binary101111011000100011011110111001010011101010011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD886F; }

 p { color: rgb(189,136,111); }

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

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

 a { background-color: rgb(189,136,111); }

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

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

 span { border-color: rgb(189,136,111); }

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