Html Css Color HEX #BA8A62 Barley Corn

📋 copy color: '#BA8A62'

red 186 ◦ green 138 ◦ blue 98

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

Shades of Barley Corn #BA8A62

Tints of Barley Corn #BA8A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

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

R = 44.08%
G = 32.7%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA8A62 (or 0xBA8A62) is known color: Barley Corn. HEX triplet: BA, 8A and 62. RGB value is (186,138,98). Sum of RGB (Red+Green+Blue) = 186+138+98=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A62 is #45759D. Grayscale: #949494. Windows color (decimal): -4552094 or 6458042. OLE color: 6458042.

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

Color convert

RGB 186 138 98 -
CMYK 0 0.26 0.47 0.27
HSL 27.27º 0.39% 0.56% -
HSV(B) 27.27º 0.47% 0.73% -
XYZ 31.54 29.5 15.59 -
YUV 147.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 186 138 98 0 0.26 0.47 0.27 27.27 0.39 0.56
Hex BA 8A 62 0 1A 2F 1B 1B 27 38
Octal 272 212 142 0 32 57 33 33 47 70
Binary 10111010 10001010 1100010 0 11010 101111 11011 11011 100111 111000

Color Harmonies of #BA8A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A62

Black with #BA8A62

Text Example


Text Example

White with #BA8A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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