Html Css Color HEX #BE965C Barley Corn

📋 copy color: '#BE965C'

red 190 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #BE965C

Tints of Barley Corn #BE965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 43.98%
G = 34.72%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE965C (or 0xBE965C) is known color: Barley Corn. HEX triplet: BE, 96 and 5C. RGB value is (190,150,92). Sum of RGB (Red+Green+Blue) = 190+150+92=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE965C is #4169A3. Grayscale: #9B9B9B. Windows color (decimal): -4286884 or 6067902. OLE color: 6067902.

HSL color Cylindrical-coordinate representation of color #BE965C: hue angle of 35.51º 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 #BE965C is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 150 92 -
CMYK 0 0.21 0.52 0.25
HSL 35.51º 0.43% 0.55% -
HSV(B) 35.51º 0.52% 0.75% -
XYZ 34.07 33.53 14.8 -
YUV 155.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 190 150 92 0 0.21 0.52 0.25 35.51 0.43 0.55
Hex BE 96 5C 0 15 34 19 24 2B 37
Octal 276 226 134 0 25 64 31 44 53 67
Binary 10111110 10010110 1011100 0 10101 110100 11001 100100 101011 110111

Color Harmonies of #BE965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE965C

Black with #BE965C

Text Example


Text Example

White with #BE965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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