#B5985B

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

Shades of Barley Corn #B5985B

Tints of Barley Corn #B5985B

Color information

#B5985B (or 0xB5985B) is unknown color: approx Barley Corn. HEX triplet: B5, 98 and 5B. RGB value is (181,152,91). Sum of RGB (Red+Green+Blue) = 181+152+91=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5985B is #4A67A4. Grayscale: #999999. Windows color (decimal): -4876197 or 6002869. OLE color: 6002869.

HSL color Cylindrical-coordinate representation of color #B5985B: hue angle of 40.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5985B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18115291-
CMYK00.160.500.29
HSL40.67º37.82%53.33%-
HSV(B)40.67º49.72%70.98%-
XYZ32.1733.0414.58-
YUV153.7292.61147.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=42.69%
G=35.85%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811529100.160.500.2940.6737.8253.33
HexB5985B010321D292635
Octal2652301330206235514665
Binary1011010110011000101101101000011001011101101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5985B; }

 p { color: rgb(181,152,91); }

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

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

 a { background-color: rgb(181,152,91); }

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

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

 span { border-color: rgb(181,152,91); }

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