#BDB681

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

Shades of Coriander #BDB681

Tints of Coriander #BDB681

Color information

#BDB681 (or 0xBDB681) is unknown color: approx Coriander. HEX triplet: BD, B6 and 81. RGB value is (189,182,129). Sum of RGB (Red+Green+Blue) = 189+182+129=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB681 is #42497E. Grayscale: #B2B2B2. Windows color (decimal): -4344191 or 8500925. OLE color: 8500925.

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

Color convert

RGB189182129-
CMYK00.040.320.26
HSL53º31.25%62.35%-
HSV(B)53º31.75%74.12%-
XYZ41.6845.8627.42-
YUV178.05100.32135.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=37.8%
G=36.4%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918212900.040.320.265331.2562.35
HexBDB68104201A351f3e
Octal275266201044032653776
Binary10111101101101101000000101001000001101011010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB681; }

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

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

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

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

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

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

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

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