#BDB794

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

Shades of Coriander #BDB794

Tints of Coriander #BDB794

Color information

#BDB794 (or 0xBDB794) is unknown color: approx Coriander. HEX triplet: BD, B7 and 94. RGB value is (189,183,148). Sum of RGB (Red+Green+Blue) = 189+183+148=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB794 is #42486B. Grayscale: #B4B4B4. Windows color (decimal): -4343916 or 9746365. OLE color: 9746365.

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

Color convert

RGB189183148-
CMYK00.030.220.26
HSL51.22º23.7%66.08%-
HSV(B)51.22º21.69%74.12%-
XYZ43.2746.8234.77-
YUV180.8109.49133.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=36.35%
G=35.19%
B=28.46%

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
Decimal18918314800.030.220.2651.2223.766.08
HexBDB79403161A331842
Octal2752672240326326330102
Binary1011110110110111100101000111011011010110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB794; }

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

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

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

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

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

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

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

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