#BDB492

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

Shades of Coriander #BDB492

Tints of Coriander #BDB492

Color information

#BDB492 (or 0xBDB492) is unknown color: approx Coriander. HEX triplet: BD, B4 and 92. RGB value is (189,180,146). Sum of RGB (Red+Green+Blue) = 189+180+146=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB492 is #424B6D. Grayscale: #B2B2B2. Windows color (decimal): -4344686 or 9614525. OLE color: 9614525.

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

Color convert

RGB189180146-
CMYK00.050.230.26
HSL47.44º24.57%65.69%-
HSV(B)47.44º22.75%74.12%-
XYZ42.545.5433.74-
YUV178.82109.48135.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=36.70%
G=34.95%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918014600.050.230.2647.4424.5765.69
HexBDB49205171A2f1942
Octal2752642220527325731102
Binary10111101101101001001001001011011111010101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB492; }

 p { color: rgb(189,180,146); }

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

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

 a { background-color: rgb(189,180,146); }

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

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

 span { border-color: rgb(189,180,146); }

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