#B4935C

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

Shades of Barley Corn #B4935C

Tints of Barley Corn #B4935C

Color information

#B4935C (or 0xB4935C) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 5C. RGB value is (180,147,92). Sum of RGB (Red+Green+Blue) = 180+147+92=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4935C is #4B6CA3. Grayscale: #969696. Windows color (decimal): -4943012 or 6067124. OLE color: 6067124.

HSL color Cylindrical-coordinate representation of color #B4935C: hue angle of 37.5º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4935C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18014792-
CMYK00.180.490.29
HSL37.5º36.97%53.33%-
HSV(B)37.5º48.89%70.59%-
XYZ31.1931.3414.53-
YUV150.694.93148.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=42.96%
G=35.08%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801479200.180.490.2937.536.9753.33
HexB4935C012311D262535
Octal2642231340226135464565
Binary1011010010010011101110001001011000111101100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4935C; }

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

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

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

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

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

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

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

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