#BDB784

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

Shades of Coriander #BDB784

Tints of Coriander #BDB784

Color information

#BDB784 (or 0xBDB784) is unknown color: approx Coriander. HEX triplet: BD, B7 and 84. RGB value is (189,183,132). Sum of RGB (Red+Green+Blue) = 189+183+132=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB784 is #42487B. Grayscale: #B3B3B3. Windows color (decimal): -4343932 or 8697789. OLE color: 8697789.

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

Color convert

RGB189183132-
CMYK00.030.300.26
HSL53.68º30.16%62.94%-
HSV(B)53.68º30.16%74.12%-
XYZ42.0846.3528.56-
YUV178.98101.49135.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=37.5%
G=36.31%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918313200.030.300.2653.6830.1662.94
HexBDB784031E1A361e3f
Octal275267204033632663677
Binary101111011011011110000100011111101101011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB784; }

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

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

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

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

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

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

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

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