Html Css Color HEX #BA8F5B Barley Corn

📋 copy color: '#BA8F5B'

red 186 ◦ green 143 ◦ blue 91

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

Shades of Barley Corn #BA8F5B

Tints of Barley Corn #BA8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 44.29%
G = 34.05%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA8F5B (or 0xBA8F5B) is known color: Barley Corn. HEX triplet: BA, 8F and 5B. RGB value is (186,143,91). Sum of RGB (Red+Green+Blue) = 186+143+91=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F5B is #4570A4. Grayscale: #969696. Windows color (decimal): -4550821 or 6000570. OLE color: 6000570.

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

Color convert

RGB 186 143 91 -
CMYK 0 0.23 0.51 0.27
HSL 32.84º 0.41% 0.54% -
HSV(B) 32.84º 0.51% 0.73% -
XYZ 31.96 30.84 14.17 -
YUV 149.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 186 143 91 0 0.23 0.51 0.27 32.84 0.41 0.54
Hex BA 8F 5B 0 17 33 1B 21 29 36
Octal 272 217 133 0 27 63 33 41 51 66
Binary 10111010 10001111 1011011 0 10111 110011 11011 100001 101001 110110

Color Harmonies of #BA8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F5B

Black with #BA8F5B

Text Example


Text Example

White with #BA8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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