#BDB892

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

Shades of Coriander #BDB892

Tints of Coriander #BDB892

Color information

#BDB892 (or 0xBDB892) is unknown color: approx Coriander. HEX triplet: BD, B8 and 92. RGB value is (189,184,146). Sum of RGB (Red+Green+Blue) = 189+184+146=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB892 is #42476D. Grayscale: #B5B5B5. Windows color (decimal): -4343662 or 9615549. OLE color: 9615549.

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

Color convert

RGB189184146-
CMYK00.030.230.26
HSL53.02º24.57%65.69%-
HSV(B)53.02º22.75%74.12%-
XYZ43.3247.1834.02-
YUV181.16108.16133.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=36.42%
G=35.45%
B=28.13%

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
Decimal18918414600.030.230.2653.0224.5765.69
HexBDB89203171A351942
Octal2752702220327326531102
Binary1011110110111000100100100111011111010110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB892; }

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

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

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

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

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

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

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

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