#BDB790

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

Shades of Coriander #BDB790

Tints of Coriander #BDB790

Color information

#BDB790 (or 0xBDB790) is unknown color: approx Coriander. HEX triplet: BD, B7 and 90. RGB value is (189,183,144). Sum of RGB (Red+Green+Blue) = 189+183+144=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB790 is #42486F. Grayscale: #B4B4B4. Windows color (decimal): -4343920 or 9484221. OLE color: 9484221.

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

Color convert

RGB189183144-
CMYK00.030.240.26
HSL52º25.42%65.29%-
HSV(B)52º23.81%74.12%-
XYZ42.9546.733.14-
YUV180.35107.49134.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=36.63%
G=35.47%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918314400.030.240.265225.4265.29
HexBDB79003181A341941
Octal2752672200330326431101
Binary1011110110110111100100000111100011010110100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB790; }

 p { color: rgb(189,183,144); }

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

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

 a { background-color: rgb(189,183,144); }

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

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

 span { border-color: rgb(189,183,144); }

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