#B4935A

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

Shades of Barley Corn #B4935A

Tints of Barley Corn #B4935A

Color information

#B4935A (or 0xB4935A) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 5A. RGB value is (180,147,90). Sum of RGB (Red+Green+Blue) = 180+147+90=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4935A is #4B6CA5. Grayscale: #969696. Windows color (decimal): -4943014 or 5936052. OLE color: 5936052.

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

Color convert

RGB18014790-
CMYK00.180.500.29
HSL38º37.5%52.94%-
HSV(B)38º50%70.59%-
XYZ31.131.3114.08-
YUV150.3793.93149.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=43.17%
G=35.25%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801479000.180.500.293837.552.94
HexB4935A012321D262635
Octal2642231320226235464665
Binary1011010010010011101101001001011001011101100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4935A; }

 p { color: rgb(180,147,90); }

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

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

 a { background-color: rgb(180,147,90); }

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

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

 span { border-color: rgb(180,147,90); }

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