#BD985D

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

Shades of Barley Corn #BD985D

Tints of Barley Corn #BD985D

Color information

#BD985D (or 0xBD985D) is unknown color: approx Barley Corn. HEX triplet: BD, 98 and 5D. RGB value is (189,152,93). Sum of RGB (Red+Green+Blue) = 189+152+93=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD985D is #4267A2. Grayscale: #9C9C9C. Windows color (decimal): -4351907 or 6133949. OLE color: 6133949.

HSL color Cylindrical-coordinate representation of color #BD985D: hue angle of 36.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD985D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18915293-
CMYK00.200.510.26
HSL36.88º42.11%55.29%-
HSV(B)36.88º50.79%74.12%-
XYZ34.1934.0715.13-
YUV156.3492.26151.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=43.55%
G=35.02%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891529300.200.510.2636.8842.1155.29
HexBD985D014331A252a37
Octal2752301350246332455267
Binary1011110110011000101110101010011001111010100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD985D; }

 p { color: rgb(189,152,93); }

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

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

 a { background-color: rgb(189,152,93); }

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

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

 span { border-color: rgb(189,152,93); }

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