#BDB894

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

Shades of Coriander #BDB894

Tints of Coriander #BDB894

Color information

#BDB894 (or 0xBDB894) is unknown color: approx Coriander. HEX triplet: BD, B8 and 94. RGB value is (189,184,148). Sum of RGB (Red+Green+Blue) = 189+184+148=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB894 is #42476B. Grayscale: #B5B5B5. Windows color (decimal): -4343660 or 9746621. OLE color: 9746621.

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

Color convert

RGB189184148-
CMYK00.030.220.26
HSL52.68º23.7%66.08%-
HSV(B)52.68º21.69%74.12%-
XYZ43.4747.2434.84-
YUV181.39109.16133.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=36.28%
G=35.32%
B=28.41%

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
Decimal18918414800.030.220.2652.6823.766.08
HexBDB89403161A351842
Octal2752702240326326530102
Binary1011110110111000100101000111011011010110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB894; }

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

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

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

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

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

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

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

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