#BD866F

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

Shades of Brandy Rose #BD866F

Tints of Brandy Rose #BD866F

Color information

#BD866F (or 0xBD866F) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 6F. RGB value is (189,134,111). Sum of RGB (Red+Green+Blue) = 189+134+111=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD866F is #427990. Grayscale: #939393. Windows color (decimal): -4356497 or 7308989. OLE color: 7308989.

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

Color convert

RGB189134111-
CMYK00.290.410.26
HSL17.69º37.14%58.82%-
HSV(B)17.69º41.27%74.12%-
XYZ32.3829.0218.93-
YUV147.82107.22157.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=43.55%
G=30.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913411100.290.410.2617.6937.1458.82
HexBD866F01D291A12253b
Octal2752061570355132224573
Binary101111011000011011011110111011010011101010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD866F; }

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

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

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

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

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

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

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

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