Html Css Color HEX #BA9863 Barley Corn

📋 copy color: '#BA9863'

red 186 ◦ green 152 ◦ blue 99

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

Shades of Barley Corn #BA9863

Tints of Barley Corn #BA9863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

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

R = 42.56%
G = 34.78%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9863 (or 0xBA9863) is known color: Barley Corn. HEX triplet: BA, 98 and 63. RGB value is (186,152,99). Sum of RGB (Red+Green+Blue) = 186+152+99=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9863 is #45679C. Grayscale: #9C9C9C. Windows color (decimal): -4548509 or 6527162. OLE color: 6527162.

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

Color convert

RGB 186 152 99 -
CMYK 0 0.18 0.47 0.27
HSL 36.55º 0.39% 0.56% -
HSV(B) 36.55º 0.47% 0.73% -
XYZ 33.73 33.8 16.55 -
YUV 156.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 186 152 99 0 0.18 0.47 0.27 36.55 0.39 0.56
Hex BA 98 63 0 12 2F 1B 25 27 38
Octal 272 230 143 0 22 57 33 45 47 70
Binary 10111010 10011000 1100011 0 10010 101111 11011 100101 100111 111000

Color Harmonies of #BA9863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9863

Black with #BA9863

Text Example


Text Example

White with #BA9863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9863; }

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

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

background-color css

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

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

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

border-color css

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

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

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