#BDB786

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

Shades of Coriander #BDB786

Tints of Coriander #BDB786

Color information

#BDB786 (or 0xBDB786) is unknown color: approx Coriander. HEX triplet: BD, B7 and 86. RGB value is (189,183,134). Sum of RGB (Red+Green+Blue) = 189+183+134=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB786 is #424879. Grayscale: #B3B3B3. Windows color (decimal): -4343930 or 8828861. OLE color: 8828861.

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

Color convert

RGB189183134-
CMYK00.030.290.26
HSL53.45º29.41%63.33%-
HSV(B)53.45º29.1%74.12%-
XYZ42.2246.4129.29-
YUV179.21102.49134.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=37.35%
G=36.17%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918313400.030.290.2653.4529.4163.33
HexBDB786031D1A351d3f
Octal275267206033532653577
Binary101111011011011110000110011111011101011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB786; }

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

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

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

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

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

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

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

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