Html Css Color HEX #BE965D Barley Corn

📋 copy color: '#BE965D'

red 190 ◦ green 150 ◦ blue 93

#BE965D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #BE965D

Tints of Barley Corn #BE965D

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 value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE965D (or 0xBE965D) is known color: 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

RGB 190 150 93 -
CMYK 0 0.21 0.51 0.25
HSL 35.26º 0.43% 0.55% -
HSV(B) 35.26º 0.51% 0.75% -
XYZ 34.12 33.55 15.03 -
YUV 155.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 190 150 93 0 0.21 0.51 0.25 35.26 0.43 0.55
Hex BE 96 5D 0 15 33 19 23 2B 37
Octal 276 226 135 0 25 63 31 43 53 67
Binary 10111110 10010110 1011101 0 10101 110011 11001 100011 101011 110111

Color Harmonies of #BE965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE965D

Black with #BE965D

Text Example


Text Example

White with #BE965D

Text Example


Text Example

HTML Codes & Css Web 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>