#BDB68D

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

Shades of Coriander #BDB68D

Tints of Coriander #BDB68D

Color information

#BDB68D (or 0xBDB68D) is unknown color: approx Coriander. HEX triplet: BD, B6 and 8D. RGB value is (189,182,141). Sum of RGB (Red+Green+Blue) = 189+182+141=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB68D is #424972. Grayscale: #B3B3B3. Windows color (decimal): -4344179 or 9287357. OLE color: 9287357.

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

Color convert

RGB189182141-
CMYK00.040.250.26
HSL51.25º26.67%64.71%-
HSV(B)51.25º25.4%74.12%-
XYZ42.5246.231.88-
YUV179.42106.32134.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=36.91%
G=35.55%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918214100.040.250.2651.2526.6764.71
HexBDB68D04191A331b41
Octal2752662150431326333101
Binary10111101101101101000110101001100111010110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB68D; }

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

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

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

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

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

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

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

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