#BD985F

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

Shades of Barley Corn #BD985F

Tints of Barley Corn #BD985F

Color information

#BD985F (or 0xBD985F) is unknown color: approx Barley Corn. HEX triplet: BD, 98 and 5F. RGB value is (189,152,95). Sum of RGB (Red+Green+Blue) = 189+152+95=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD985F is #4267A0. Grayscale: #9C9C9C. Windows color (decimal): -4351905 or 6265021. OLE color: 6265021.

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

Color convert

RGB18915295-
CMYK00.200.500.26
HSL36.38º41.59%55.69%-
HSV(B)36.38º49.74%74.12%-
XYZ34.2834.115.6-
YUV156.5693.26151.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=43.35%
G=34.86%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891529500.200.500.2636.3841.5955.69
HexBD985F014321A242a38
Octal2752301370246232445270
Binary1011110110011000101111101010011001011010100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD985F; }

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

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

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

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

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

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

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

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