#BDB793

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

Shades of Coriander #BDB793

Tints of Coriander #BDB793

Color information

#BDB793 (or 0xBDB793) is unknown color: approx Coriander. HEX triplet: BD, B7 and 93. RGB value is (189,183,147). Sum of RGB (Red+Green+Blue) = 189+183+147=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB793 is #42486C. Grayscale: #B4B4B4. Windows color (decimal): -4343917 or 9680829. OLE color: 9680829.

HSL color Cylindrical-coordinate representation of color #BDB793: hue angle of 51.43º 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 #BDB793 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189183147-
CMYK00.030.220.26
HSL51.43º24.14%65.88%-
HSV(B)51.43º22.22%74.12%-
XYZ43.1946.7934.36-
YUV180.69108.99133.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=36.42%
G=35.26%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918314700.030.220.2651.4324.1465.88
HexBDB79303161A331842
Octal2752672230326326330102
Binary1011110110110111100100110111011011010110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB793; }

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

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

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

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

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

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

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

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