#BDB792

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

Shades of Coriander #BDB792

Tints of Coriander #BDB792

Color information

#BDB792 (or 0xBDB792) is unknown color: approx Coriander. HEX triplet: BD, B7 and 92. RGB value is (189,183,146). Sum of RGB (Red+Green+Blue) = 189+183+146=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB792 is #42486D. Grayscale: #B4B4B4. Windows color (decimal): -4343918 or 9615293. OLE color: 9615293.

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

Color convert

RGB189183146-
CMYK00.030.230.26
HSL51.63º24.57%65.69%-
HSV(B)51.63º22.75%74.12%-
XYZ43.1146.7633.95-
YUV180.58108.49134.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=36.49%
G=35.33%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918314600.030.230.2651.6324.5765.69
HexBDB79203171A341942
Octal2752672220327326431102
Binary1011110110110111100100100111011111010110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB792; }

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

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

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

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

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

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

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

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