#BE9561

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

Shades of Barley Corn #BE9561

Tints of Barley Corn #BE9561

Color information

#BE9561 (or 0xBE9561) is unknown color: approx Barley Corn. HEX triplet: BE, 95 and 61. RGB value is (190,149,97). Sum of RGB (Red+Green+Blue) = 190+149+97=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9561 is #416A9E. Grayscale: #9B9B9B. Windows color (decimal): -4287135 or 6395326. OLE color: 6395326.

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

Color convert

RGB19014997-
CMYK00.220.490.25
HSL33.55º41.7%56.27%-
HSV(B)33.55º48.95%74.51%-
XYZ34.1433.3115.94-
YUV155.3395.08152.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=43.58%
G=34.17%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901499700.220.490.2533.5541.756.27
HexBE95610163119222a38
Octal2762251410266131425270
Binary1011111010010101110000101011011000111001100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9561; }

 p { color: rgb(190,149,97); }

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

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

 a { background-color: rgb(190,149,97); }

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

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

 span { border-color: rgb(190,149,97); }

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