#BDB48A

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

Shades of Coriander #BDB48A

Tints of Coriander #BDB48A

Color information

#BDB48A (or 0xBDB48A) is unknown color: approx Coriander. HEX triplet: BD, B4 and 8A. RGB value is (189,180,138). Sum of RGB (Red+Green+Blue) = 189+180+138=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB48A is #424B75. Grayscale: #B2B2B2. Windows color (decimal): -4344694 or 9090237. OLE color: 9090237.

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

Color convert

RGB189180138-
CMYK00.050.270.26
HSL49.41º27.87%64.12%-
HSV(B)49.41º26.98%74.12%-
XYZ41.8945.330.58-
YUV177.9105.48135.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=37.28%
G=35.50%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918013800.050.270.2649.4127.8764.12
HexBDB48A051B1A311c40
Octal2752642120533326134100
Binary10111101101101001000101001011101111010110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB48A; }

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

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

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

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

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

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

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

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