Html Css Color HEX #BA8B61 Barley Corn

📋 copy color: '#BA8B61'

red 186 ◦ green 139 ◦ blue 97

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

Shades of Barley Corn #BA8B61

Tints of Barley Corn #BA8B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 44.08%
G = 32.94%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8B61 (or 0xBA8B61) is known color: Barley Corn. HEX triplet: BA, 8B and 61. RGB value is (186,139,97). Sum of RGB (Red+Green+Blue) = 186+139+97=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B61 is #45749E. Grayscale: #949494. Windows color (decimal): -4551839 or 6392762. OLE color: 6392762.

HSL color Cylindrical-coordinate representation of color #BA8B61: hue angle of 28.31º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8B61 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 97 -
CMYK 0 0.25 0.48 0.27
HSL 28.31º 0.39% 0.55% -
HSV(B) 28.31º 0.48% 0.73% -
XYZ 31.64 29.77 15.39 -
YUV 148.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 186 139 97 0 0.25 0.48 0.27 28.31 0.39 0.55
Hex BA 8B 61 0 19 30 1B 1C 27 37
Octal 272 213 141 0 31 60 33 34 47 67
Binary 10111010 10001011 1100001 0 11001 110000 11011 11100 100111 110111

Color Harmonies of #BA8B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B61

Black with #BA8B61

Text Example


Text Example

White with #BA8B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B61; }

 p { color: rgb(186,139,97); }

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

background-color css

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

 a { background-color: rgb(186,139,97); }

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

border-color css

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

 span { border-color: rgb(186,139,97); }

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