Html Css Color HEX #BA9162 Barley Corn

📋 copy color: '#BA9162'

red 186 ◦ green 145 ◦ blue 98

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

Shades of Barley Corn #BA9162

Tints of Barley Corn #BA9162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 43.36%
G = 33.8%
B = 22.84%

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

#BA9162 (or 0xBA9162) is known color: Barley Corn. HEX triplet: BA, 91 and 62. RGB value is (186,145,98). Sum of RGB (Red+Green+Blue) = 186+145+98=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9162 is #456E9D. Grayscale: #989898. Windows color (decimal): -4550302 or 6459834. OLE color: 6459834.

HSL color Cylindrical-coordinate representation of color #BA9162: hue angle of 32.05º 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 #BA9162 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 98 -
CMYK 0 0.22 0.47 0.27
HSL 32.05º 0.39% 0.56% -
HSV(B) 32.05º 0.47% 0.73% -
XYZ 32.58 31.57 15.93 -
YUV 151.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 186 145 98 0 0.22 0.47 0.27 32.05 0.39 0.56
Hex BA 91 62 0 16 2F 1B 20 27 38
Octal 272 221 142 0 26 57 33 40 47 70
Binary 10111010 10010001 1100010 0 10110 101111 11011 100000 100111 111000

Color Harmonies of #BA9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9162

Black with #BA9162

Text Example


Text Example

White with #BA9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9162; }

 p { color: rgb(186,145,98); }

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

background-color css

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

 a { background-color: rgb(186,145,98); }

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

border-color css

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

 span { border-color: rgb(186,145,98); }

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