#BDB68B

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

Shades of Coriander #BDB68B

Tints of Coriander #BDB68B

Color information

#BDB68B (or 0xBDB68B) is unknown color: approx Coriander. HEX triplet: BD, B6 and 8B. RGB value is (189,182,139). Sum of RGB (Red+Green+Blue) = 189+182+139=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB68B is #424974. Grayscale: #B3B3B3. Windows color (decimal): -4344181 or 9156285. OLE color: 9156285.

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

Color convert

RGB189182139-
CMYK00.040.260.26
HSL51.6º27.47%64.31%-
HSV(B)51.6º26.46%74.12%-
XYZ42.3746.1431.1-
YUV179.19105.32135-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=37.06%
G=35.69%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918213900.040.260.2651.627.4764.31
HexBDB68B041A1A341b40
Octal2752662130432326433100
Binary10111101101101101000101101001101011010110100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB68B; }

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

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

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

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

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

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

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

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