#BDB485

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

Shades of Coriander #BDB485

Tints of Coriander #BDB485

Color information

#BDB485 (or 0xBDB485) is unknown color: approx Coriander. HEX triplet: BD, B4 and 85. RGB value is (189,180,133). Sum of RGB (Red+Green+Blue) = 189+180+133=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB485 is #424B7A. Grayscale: #B1B1B1. Windows color (decimal): -4344699 or 8762557. OLE color: 8762557.

HSL color Cylindrical-coordinate representation of color #BDB485: hue angle of 50.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB485 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189180133-
CMYK00.050.300.26
HSL50.36º29.79%63.14%-
HSV(B)50.36º29.63%74.12%-
XYZ41.5445.1528.72-
YUV177.33102.98136.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=37.65%
G=35.86%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918013300.050.300.2650.3629.7963.14
HexBDB485051E1A321e3f
Octal275264205053632623677
Binary1011110110110100100001010101111101101011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB485; }

 p { color: rgb(189,180,133); }

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

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

 a { background-color: rgb(189,180,133); }

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

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

 span { border-color: rgb(189,180,133); }

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