Html Css Color HEX #BA9463 Barley Corn

📋 copy color: '#BA9463'

red 186 ◦ green 148 ◦ blue 99

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

Shades of Barley Corn #BA9463

Tints of Barley Corn #BA9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

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

R = 42.96%
G = 34.18%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9463 (or 0xBA9463) is known color: Barley Corn. HEX triplet: BA, 94 and 63. RGB value is (186,148,99). Sum of RGB (Red+Green+Blue) = 186+148+99=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9463 is #456B9C. Grayscale: #9A9A9A. Windows color (decimal): -4549533 or 6526138. OLE color: 6526138.

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

Color convert

RGB 186 148 99 -
CMYK 0 0.20 0.47 0.27
HSL 33.79º 0.39% 0.56% -
HSV(B) 33.79º 0.47% 0.73% -
XYZ 33.09 32.52 16.34 -
YUV 153.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 186 148 99 0 0.20 0.47 0.27 33.79 0.39 0.56
Hex BA 94 63 0 14 2F 1B 22 27 38
Octal 272 224 143 0 24 57 33 42 47 70
Binary 10111010 10010100 1100011 0 10100 101111 11011 100010 100111 111000

Color Harmonies of #BA9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9463

Black with #BA9463

Text Example


Text Example

White with #BA9463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9463; }

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

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

background-color css

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

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

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

border-color css

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

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

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