#BE9C54

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

Shades of Barley Corn #BE9C54

Tints of Barley Corn #BE9C54

Color information

#BE9C54 (or 0xBE9C54) is unknown color: approx Barley Corn. HEX triplet: BE, 9C and 54. RGB value is (190,156,84). Sum of RGB (Red+Green+Blue) = 190+156+84=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C54 is #4163AB. Grayscale: #9E9E9E. Windows color (decimal): -4285356 or 5545150. OLE color: 5545150.

HSL color Cylindrical-coordinate representation of color #BE9C54: hue angle of 40.75º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE9C54 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19015684-
CMYK00.180.560.25
HSL40.75º44.92%53.73%-
HSV(B)40.75º55.79%74.51%-
XYZ34.7235.3613.38-
YUV157.9686.26150.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=44.19%
G=36.28%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901568400.180.560.2540.7544.9253.73
HexBE9C540123819292d36
Octal2762341240227031515566
Binary1011111010011100101010001001011100011001101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C54; }

 p { color: rgb(190,156,84); }

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

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

 a { background-color: rgb(190,156,84); }

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

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

 span { border-color: rgb(190,156,84); }

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