Html Css Color HEX #BA8F5D Barley Corn

📋 copy color: '#BA8F5D'

red 186 ◦ green 143 ◦ blue 93

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

Shades of Barley Corn #BA8F5D

Tints of Barley Corn #BA8F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 44.08%
G = 33.89%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA8F5D (or 0xBA8F5D) is known color: Barley Corn. HEX triplet: BA, 8F and 5D. RGB value is (186,143,93). Sum of RGB (Red+Green+Blue) = 186+143+93=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F5D is #4570A2. Grayscale: #969696. Windows color (decimal): -4550819 or 6131642. OLE color: 6131642.

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

Color convert

RGB 186 143 93 -
CMYK 0 0.23 0.5 0.27
HSL 32.26º 0.4% 0.55% -
HSV(B) 32.26º 0.5% 0.73% -
XYZ 32.05 30.87 14.63 -
YUV 150.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 186 143 93 0 0.23 0.5 0.27 32.26 0.4 0.55
Hex BA 8F 5D 0 17 32 1B 20 28 37
Octal 272 217 135 0 27 62 33 40 50 67
Binary 10111010 10001111 1011101 0 10111 110010 11011 100000 101000 110111

Color Harmonies of #BA8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F5D

Black with #BA8F5D

Text Example


Text Example

White with #BA8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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