Html Css Color HEX #BA8F61 Barley Corn

📋 copy color: '#BA8F61'

red 186 ◦ green 143 ◦ blue 97

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

Shades of Barley Corn #BA8F61

Tints of Barley Corn #BA8F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 43.66%
G = 33.57%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8F61 (or 0xBA8F61) is known color: Barley Corn. HEX triplet: BA, 8F and 61. RGB value is (186,143,97). Sum of RGB (Red+Green+Blue) = 186+143+97=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F61 is #45709E. Grayscale: #969696. Windows color (decimal): -4550815 or 6393786. OLE color: 6393786.

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

Color convert

RGB 186 143 97 -
CMYK 0 0.23 0.48 0.27
HSL 31.01º 0.39% 0.55% -
HSV(B) 31.01º 0.48% 0.73% -
XYZ 32.23 30.95 15.58 -
YUV 150.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 186 143 97 0 0.23 0.48 0.27 31.01 0.39 0.55
Hex BA 8F 61 0 17 30 1B 1F 27 37
Octal 272 217 141 0 27 60 33 37 47 67
Binary 10111010 10001111 1100001 0 10111 110000 11011 11111 100111 110111

Color Harmonies of #BA8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F61

Black with #BA8F61

Text Example


Text Example

White with #BA8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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