#BD866E

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

Shades of Brandy Rose #BD866E

Tints of Brandy Rose #BD866E

Color information

#BD866E (or 0xBD866E) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 6E. RGB value is (189,134,110). Sum of RGB (Red+Green+Blue) = 189+134+110=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD866E is #427991. Grayscale: #939393. Windows color (decimal): -4356498 or 7243453. OLE color: 7243453.

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

Color convert

RGB189134110-
CMYK00.290.420.26
HSL18.23º37.44%58.63%-
HSV(B)18.23º41.8%74.12%-
XYZ32.3328.9918.64-
YUV147.71106.72157.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=43.65%
G=30.95%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913411000.290.420.2618.2337.4458.63
HexBD866E01D2A1A12253b
Octal2752061560355232224573
Binary101111011000011011011100111011010101101010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD866E; }

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

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

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

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

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

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

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

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