#BDB781

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

Shades of Coriander #BDB781

Tints of Coriander #BDB781

Color information

#BDB781 (or 0xBDB781) is unknown color: approx Coriander. HEX triplet: BD, B7 and 81. RGB value is (189,183,129). Sum of RGB (Red+Green+Blue) = 189+183+129=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB781 is #42487E. Grayscale: #B2B2B2. Windows color (decimal): -4343935 or 8501181. OLE color: 8501181.

HSL color Cylindrical-coordinate representation of color #BDB781: hue angle of 54º degrees, saturation: 0.31, 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 #BDB781 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189183129-
CMYK00.030.320.26
HSL54º31.25%62.35%-
HSV(B)54º31.75%74.12%-
XYZ41.8846.2727.49-
YUV178.6499.99135.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=37.72%
G=36.53%
B=25.75%

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
Decimal18918312900.030.320.265431.2562.35
HexBDB78103201A361f3e
Octal275267201034032663776
Binary1011110110110111100000010111000001101011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB781; }

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

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

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

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

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

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

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

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