Html Css Color HEX #BE985E Barley Corn

📋 copy color: '#BE985E'

red 190 ◦ green 152 ◦ blue 94

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

Shades of Barley Corn #BE985E

Tints of Barley Corn #BE985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 43.58%
G = 34.86%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE985E (or 0xBE985E) is known color: Barley Corn. HEX triplet: BE, 98 and 5E. RGB value is (190,152,94). Sum of RGB (Red+Green+Blue) = 190+152+94=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE985E is #4167A1. Grayscale: #9D9D9D. Windows color (decimal): -4286370 or 6199486. OLE color: 6199486.

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

Color convert

RGB 190 152 94 -
CMYK 0 0.2 0.51 0.25
HSL 36.25º 0.42% 0.56% -
HSV(B) 36.25º 0.51% 0.75% -
XYZ 34.48 34.21 15.38 -
YUV 156.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 190 152 94 0 0.2 0.51 0.25 36.25 0.42 0.56
Hex BE 98 5E 0 14 33 19 24 2A 38
Octal 276 230 136 0 24 63 31 44 52 70
Binary 10111110 10011000 1011110 0 10100 110011 11001 100100 101010 111000

Color Harmonies of #BE985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE985E

Black with #BE985E

Text Example


Text Example

White with #BE985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE985E; }

 p { color: rgb(190,152,94); }

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

background-color css

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

 a { background-color: rgb(190,152,94); }

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

border-color css

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

 span { border-color: rgb(190,152,94); }

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