Html Css Color HEX #BE965F Barley Corn

📋 copy color: '#BE965F'

red 190 ◦ green 150 ◦ blue 95

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

Shades of Barley Corn #BE965F

Tints of Barley Corn #BE965F

RGB

 RED value IS 190 (74.61% from 255) = 43.68%

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 43.68%
G = 34.48%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE965F (or 0xBE965F) is known color: Barley Corn. HEX triplet: BE, 96 and 5F. RGB value is (190,150,95). Sum of RGB (Red+Green+Blue) = 190+150+95=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE965F is #4169A0. Grayscale: #9B9B9B. Windows color (decimal): -4286881 or 6264510. OLE color: 6264510.

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

Color convert

RGB 190 150 95 -
CMYK 0 0.21 0.5 0.25
HSL 34.74º 0.42% 0.56% -
HSV(B) 34.74º 0.5% 0.75% -
XYZ 34.21 33.59 15.51 -
YUV 155.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 190 150 95 0 0.21 0.5 0.25 34.74 0.42 0.56
Hex BE 96 5F 0 15 32 19 23 2A 38
Octal 276 226 137 0 25 62 31 43 52 70
Binary 10111110 10010110 1011111 0 10101 110010 11001 100011 101010 111000

Color Harmonies of #BE965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE965F

Black with #BE965F

Text Example


Text Example

White with #BE965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE965F; }

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

 H1.HeaderClassName
 {
   color: #BE965F;
 }
 .AnyTagClassName
 {
   color: #BE965F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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