Html Css Color HEX #BA8C62 Barley Corn

📋 copy color: '#BA8C62'

red 186 ◦ green 140 ◦ blue 98

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

Shades of Barley Corn #BA8C62

Tints of Barley Corn #BA8C62

RGB

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

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

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

R = 43.87%
G = 33.02%
B = 23.11%

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

#BA8C62 (or 0xBA8C62) is known color: Barley Corn. HEX triplet: BA, 8C and 62. RGB value is (186,140,98). Sum of RGB (Red+Green+Blue) = 186+140+98=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C62 is #45739D. Grayscale: #959595. Windows color (decimal): -4551582 or 6458554. OLE color: 6458554.

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

Color convert

RGB 186 140 98 -
CMYK 0 0.25 0.47 0.27
HSL 28.64º 0.39% 0.56% -
HSV(B) 28.64º 0.47% 0.73% -
XYZ 31.83 30.08 15.68 -
YUV 148.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 186 140 98 0 0.25 0.47 0.27 28.64 0.39 0.56
Hex BA 8C 62 0 19 2F 1B 1D 27 38
Octal 272 214 142 0 31 57 33 35 47 70
Binary 10111010 10001100 1100010 0 11001 101111 11011 11101 100111 111000

Color Harmonies of #BA8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C62

Black with #BA8C62

Text Example


Text Example

White with #BA8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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