Html Css Color HEX #BA9758 Barley Corn

📋 copy color: '#BA9758'

red 186 ◦ green 151 ◦ blue 88

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

Shades of Barley Corn #BA9758

Tints of Barley Corn #BA9758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 43.76%
G = 35.53%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA9758 (or 0xBA9758) is known color: Barley Corn. HEX triplet: BA, 97 and 58. RGB value is (186,151,88). Sum of RGB (Red+Green+Blue) = 186+151+88=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9758 is #4568A7. Grayscale: #9A9A9A. Windows color (decimal): -4548776 or 5806010. OLE color: 5806010.

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

Color convert

RGB 186 151 88 -
CMYK 0 0.19 0.53 0.27
HSL 38.57º 0.42% 0.54% -
HSV(B) 38.57º 0.53% 0.73% -
XYZ 33.08 33.28 13.91 -
YUV 154.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 186 151 88 0 0.19 0.53 0.27 38.57 0.42 0.54
Hex BA 97 58 0 13 35 1B 27 2A 36
Octal 272 227 130 0 23 65 33 47 52 66
Binary 10111010 10010111 1011000 0 10011 110101 11011 100111 101010 110110

Color Harmonies of #BA9758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9758

Black with #BA9758

Text Example


Text Example

White with #BA9758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9758; }

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

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

background-color css

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

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

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

border-color css

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

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

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