#BE9B55

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

Shades of Barley Corn #BE9B55

Tints of Barley Corn #BE9B55

Color information

#BE9B55 (or 0xBE9B55) is unknown color: approx Barley Corn. HEX triplet: BE, 9B and 55. RGB value is (190,155,85). Sum of RGB (Red+Green+Blue) = 190+155+85=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B55 is #4164AA. Grayscale: #9D9D9D. Windows color (decimal): -4285611 or 5610430. OLE color: 5610430.

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

Color convert

RGB19015585-
CMYK00.180.550.25
HSL40º44.68%53.92%-
HSV(B)40º55.26%74.51%-
XYZ34.635.0513.54-
YUV157.4887.1151.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=44.19%
G=36.05%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901558500.180.550.254044.6853.92
HexBE9B550123719282d36
Octal2762331250226731505566
Binary1011111010011011101010101001011011111001101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B55; }

 p { color: rgb(190,155,85); }

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

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

 a { background-color: rgb(190,155,85); }

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

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

 span { border-color: rgb(190,155,85); }

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