#BE965D

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

Shades of Barley Corn #BE965D

Tints of Barley Corn #BE965D

Color information

#BE965D (or 0xBE965D) is unknown color: approx Barley Corn. HEX triplet: BE, 96 and 5D. RGB value is (190,150,93). Sum of RGB (Red+Green+Blue) = 190+150+93=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE965D is #4169A2. Grayscale: #9B9B9B. Windows color (decimal): -4286883 or 6133438. OLE color: 6133438.

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

Color convert

RGB19015093-
CMYK00.210.510.25
HSL35.26º42.73%55.49%-
HSV(B)35.26º51.05%74.51%-
XYZ34.1233.5515.03-
YUV155.4692.75152.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=43.88%
G=34.64%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901509300.210.510.2535.2642.7355.49
HexBE965D0153319232b37
Octal2762261350256331435367
Binary1011111010010110101110101010111001111001100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE965D; }

 p { color: rgb(190,150,93); }

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

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

 a { background-color: rgb(190,150,93); }

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

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

 span { border-color: rgb(190,150,93); }

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