Html Css Color HEX #BA9753 Barley Corn

📋 copy color: '#BA9753'

red 186 ◦ green 151 ◦ blue 83

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

Shades of Barley Corn #BA9753

Tints of Barley Corn #BA9753

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 44.29%
G = 35.95%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9753 (or 0xBA9753) is known color: Barley Corn. HEX triplet: BA, 97 and 53. RGB value is (186,151,83). Sum of RGB (Red+Green+Blue) = 186+151+83=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9753 is #4568AC. Grayscale: #9A9A9A. Windows color (decimal): -4548781 or 5478330. OLE color: 5478330.

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

Color convert

RGB 186 151 83 -
CMYK 0 0.19 0.55 0.27
HSL 39.61º 0.43% 0.53% -
HSV(B) 39.61º 0.55% 0.73% -
XYZ 32.88 33.2 12.86 -
YUV 153.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 186 151 83 0 0.19 0.55 0.27 39.61 0.43 0.53
Hex BA 97 53 0 13 37 1B 28 2B 35
Octal 272 227 123 0 23 67 33 50 53 65
Binary 10111010 10010111 1010011 0 10011 110111 11011 101000 101011 110101

Color Harmonies of #BA9753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9753

Black with #BA9753

Text Example


Text Example

White with #BA9753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9753; }

 p { color: rgb(186,151,83); }

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

background-color css

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

 a { background-color: rgb(186,151,83); }

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

border-color css

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

 span { border-color: rgb(186,151,83); }

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