Html Css Color HEX #BA9163 Barley Corn

📋 copy color: '#BA9163'

red 186 ◦ green 145 ◦ blue 99

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

Shades of Barley Corn #BA9163

Tints of Barley Corn #BA9163

RGB

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

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

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

R = 43.26%
G = 33.72%
B = 23.02%

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

#BA9163 (or 0xBA9163) is known color: Barley Corn. HEX triplet: BA, 91 and 63. RGB value is (186,145,99). Sum of RGB (Red+Green+Blue) = 186+145+99=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9163 is #456E9C. Grayscale: #989898. Windows color (decimal): -4550301 or 6525370. OLE color: 6525370.

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

Color convert

RGB 186 145 99 -
CMYK 0 0.22 0.47 0.27
HSL 31.72º 0.39% 0.56% -
HSV(B) 31.72º 0.47% 0.73% -
XYZ 32.63 31.59 16.18 -
YUV 152.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 186 145 99 0 0.22 0.47 0.27 31.72 0.39 0.56
Hex BA 91 63 0 16 2F 1B 20 27 38
Octal 272 221 143 0 26 57 33 40 47 70
Binary 10111010 10010001 1100011 0 10110 101111 11011 100000 100111 111000

Color Harmonies of #BA9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9163

Black with #BA9163

Text Example


Text Example

White with #BA9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9163; }

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

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

background-color css

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

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

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

border-color css

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

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

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