#BDB780

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

Shades of Coriander #BDB780

Tints of Coriander #BDB780

Color information

#BDB780 (or 0xBDB780) is unknown color: approx Coriander. HEX triplet: BD, B7 and 80. RGB value is (189,183,128). Sum of RGB (Red+Green+Blue) = 189+183+128=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB780 is #42487F. Grayscale: #B2B2B2. Windows color (decimal): -4343936 or 8435645. OLE color: 8435645.

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

Color convert

RGB189183128-
CMYK00.030.320.26
HSL54.1º31.61%62.16%-
HSV(B)54.1º32.28%74.12%-
XYZ41.8246.2427.14-
YUV178.5299.49135.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=37.8%
G=36.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918312800.030.320.2654.131.6162.16
HexBDB78003201A36203e
Octal275267200034032664076
Binary10111101101101111000000001110000011010110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB780; }

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

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

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

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

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

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

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

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