#BE975B

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

Shades of Barley Corn #BE975B

Tints of Barley Corn #BE975B

Color information

#BE975B (or 0xBE975B) is unknown color: approx Barley Corn. HEX triplet: BE, 97 and 5B. RGB value is (190,151,91). Sum of RGB (Red+Green+Blue) = 190+151+91=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE975B is #4168A4. Grayscale: #9C9C9C. Windows color (decimal): -4286629 or 6002622. OLE color: 6002622.

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

Color convert

RGB19015191-
CMYK00.210.520.25
HSL36.36º43.23%55.1%-
HSV(B)36.36º52.11%74.51%-
XYZ34.1933.8414.63-
YUV155.8291.42152.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=43.98%
G=34.95%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901519100.210.520.2536.3643.2355.1
HexBE975B0153419242b37
Octal2762271330256431445367
Binary1011111010010111101101101010111010011001100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE975B; }

 p { color: rgb(190,151,91); }

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

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

 a { background-color: rgb(190,151,91); }

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

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

 span { border-color: rgb(190,151,91); }

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