#BDB494

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

Shades of Coriander #BDB494

Tints of Coriander #BDB494

Color information

#BDB494 (or 0xBDB494) is unknown color: approx Coriander. HEX triplet: BD, B4 and 94. RGB value is (189,180,148). Sum of RGB (Red+Green+Blue) = 189+180+148=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB494 is #424B6B. Grayscale: #B3B3B3. Windows color (decimal): -4344684 or 9745597. OLE color: 9745597.

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

Color convert

RGB189180148-
CMYK00.050.220.26
HSL46.83º23.7%66.08%-
HSV(B)46.83º21.69%74.12%-
XYZ42.6545.634.57-
YUV179.04110.48135.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=36.56%
G=34.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918014800.050.220.2646.8323.766.08
HexBDB49405161A2f1842
Octal2752642240526325730102
Binary10111101101101001001010001011011011010101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB494; }

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

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

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

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

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

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

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

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