#BF985D

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

Shades of Barley Corn #BF985D

Tints of Barley Corn #BF985D

Color information

#BF985D (or 0xBF985D) is unknown color: approx Barley Corn. HEX triplet: BF, 98 and 5D. RGB value is (191,152,93). Sum of RGB (Red+Green+Blue) = 191+152+93=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF985D is #4067A2. Grayscale: #9D9D9D. Windows color (decimal): -4220835 or 6133951. OLE color: 6133951.

HSL color Cylindrical-coordinate representation of color #BF985D: hue angle of 36.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF985D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19115293-
CMYK00.200.510.25
HSL36.12º43.36%55.69%-
HSV(B)36.12º51.31%74.9%-
XYZ34.6934.3215.15-
YUV156.9391.92152.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=43.81%
G=34.86%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911529300.200.510.2536.1243.3655.69
HexBF985D0143319242b38
Octal2772301350246331445370
Binary1011111110011000101110101010011001111001100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF985D; }

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

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

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

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

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

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

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

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