#BDB48E

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

Shades of Coriander #BDB48E

Tints of Coriander #BDB48E

Color information

#BDB48E (or 0xBDB48E) is unknown color: approx Coriander. HEX triplet: BD, B4 and 8E. RGB value is (189,180,142). Sum of RGB (Red+Green+Blue) = 189+180+142=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB48E is #424B71. Grayscale: #B2B2B2. Windows color (decimal): -4344690 or 9352381. OLE color: 9352381.

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

Color convert

RGB189180142-
CMYK00.050.250.26
HSL48.51º26.26%64.9%-
HSV(B)48.51º24.87%74.12%-
XYZ42.1945.4132.13-
YUV178.36107.48135.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=36.99%
G=35.23%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918014200.050.250.2648.5126.2664.9
HexBDB48E05191A311a41
Octal2752642160531326132101
Binary10111101101101001000111001011100111010110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB48E; }

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

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

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

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

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

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

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

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