#B5905A

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

Shades of Barley Corn #B5905A

Tints of Barley Corn #B5905A

Color information

#B5905A (or 0xB5905A) is unknown color: approx Barley Corn. HEX triplet: B5, 90 and 5A. RGB value is (181,144,90). Sum of RGB (Red+Green+Blue) = 181+144+90=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5905A is #4A6FA5. Grayscale: #959595. Windows color (decimal): -4878246 or 5935285. OLE color: 5935285.

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

Color convert

RGB18114490-
CMYK00.200.500.29
HSL35.6º38.08%53.14%-
HSV(B)35.6º50.28%70.98%-
XYZ30.8730.5113.93-
YUV148.9194.76150.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=43.61%
G=34.70%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811449000.200.500.2935.638.0853.14
HexB5905A014321D242635
Octal2652201320246235444665
Binary1011010110010000101101001010011001011101100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5905A; }

 p { color: rgb(181,144,90); }

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

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

 a { background-color: rgb(181,144,90); }

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

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

 span { border-color: rgb(181,144,90); }

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