#B5995B

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

Shades of Barley Corn #B5995B

Tints of Barley Corn #B5995B

Color information

#B5995B (or 0xB5995B) is unknown color: approx Barley Corn. HEX triplet: B5, 99 and 5B. RGB value is (181,153,91). Sum of RGB (Red+Green+Blue) = 181+153+91=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5995B is #4A66A4. Grayscale: #9A9A9A. Windows color (decimal): -4875941 or 6003125. OLE color: 6003125.

HSL color Cylindrical-coordinate representation of color #B5995B: hue angle of 41.33º 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 #B5995B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18115391-
CMYK00.150.500.29
HSL41.33º37.82%53.33%-
HSV(B)41.33º49.72%70.98%-
XYZ32.3433.3614.63-
YUV154.392.28147.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=42.59%
G=36%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811539100.150.500.2941.3337.8253.33
HexB5995B0F321D292635
Octal2652311330176235514665
Binary101101011001100110110110111111001011101101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5995B; }

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

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

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

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

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

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

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

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