#BDB38E

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

Shades of Coriander #BDB38E

Tints of Coriander #BDB38E

Color information

#BDB38E (or 0xBDB38E) is unknown color: approx Coriander. HEX triplet: BD, B3 and 8E. RGB value is (189,179,142). Sum of RGB (Red+Green+Blue) = 189+179+142=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB38E is #424C71. Grayscale: #B1B1B1. Windows color (decimal): -4344946 or 9352125. OLE color: 9352125.

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

Color convert

RGB189179142-
CMYK00.050.250.26
HSL47.23º26.26%64.9%-
HSV(B)47.23º24.87%74.12%-
XYZ41.9945.0132.07-
YUV177.77107.81136.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=37.06%
G=35.10%
B=27.84%

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
Decimal18917914200.050.250.2647.2326.2664.9
HexBDB38E05191A2f1a41
Octal2752632160531325732101
Binary10111101101100111000111001011100111010101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB38E; }

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

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

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

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

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

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

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

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