Html Css Color HEX #BA8C63 Barley Corn

📋 copy color: '#BA8C63'

red 186 ◦ green 140 ◦ blue 99

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

Shades of Barley Corn #BA8C63

Tints of Barley Corn #BA8C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

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

R = 43.76%
G = 32.94%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA8C63 (or 0xBA8C63) is known color: Barley Corn. HEX triplet: BA, 8C and 63. RGB value is (186,140,99). Sum of RGB (Red+Green+Blue) = 186+140+99=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C63 is #45739C. Grayscale: #959595. Windows color (decimal): -4551581 or 6524090. OLE color: 6524090.

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

Color convert

RGB 186 140 99 -
CMYK 0 0.25 0.47 0.27
HSL 28.28º 0.39% 0.56% -
HSV(B) 28.28º 0.47% 0.73% -
XYZ 31.88 30.1 15.93 -
YUV 149.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 186 140 99 0 0.25 0.47 0.27 28.28 0.39 0.56
Hex BA 8C 63 0 19 2F 1B 1C 27 38
Octal 272 214 143 0 31 57 33 34 47 70
Binary 10111010 10001100 1100011 0 11001 101111 11011 11100 100111 111000

Color Harmonies of #BA8C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C63

Black with #BA8C63

Text Example


Text Example

White with #BA8C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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