Html Css Color HEX #BA9263 Barley Corn

📋 copy color: '#BA9263'

red 186 ◦ green 146 ◦ blue 99

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

Shades of Barley Corn #BA9263

Tints of Barley Corn #BA9263

RGB

 RED value IS 186 (73.05% from 255) = 43.16%

 GREEN value IS 146 (57.42% from 255) = 33.87%

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 43.16%
G = 33.87%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9263 (or 0xBA9263) is known color: Barley Corn. HEX triplet: BA, 92 and 63. RGB value is (186,146,99). Sum of RGB (Red+Green+Blue) = 186+146+99=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9263 is #456D9C. Grayscale: #989898. Windows color (decimal): -4550045 or 6525626. OLE color: 6525626.

HSL color Cylindrical-coordinate representation of color #BA9263: hue angle of 32.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA9263 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 99 -
CMYK 0 0.22 0.47 0.27
HSL 32.41º 0.39% 0.56% -
HSV(B) 32.41º 0.47% 0.73% -
XYZ 32.78 31.9 16.23 -
YUV 152.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 186 146 99 0 0.22 0.47 0.27 32.41 0.39 0.56
Hex BA 92 63 0 16 2F 1B 20 27 38
Octal 272 222 143 0 26 57 33 40 47 70
Binary 10111010 10010010 1100011 0 10110 101111 11011 100000 100111 111000

Color Harmonies of #BA9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9263

Black with #BA9263

Text Example


Text Example

White with #BA9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9263; }

 p { color: rgb(186,146,99); }

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

background-color css

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

 a { background-color: rgb(186,146,99); }

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

border-color css

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

 span { border-color: rgb(186,146,99); }

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