Html Css Color HEX #BA9260 Barley Corn

📋 copy color: '#BA9260'

red 186 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #BA9260

Tints of Barley Corn #BA9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.11%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 43.46%
G = 34.11%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA9260 (or 0xBA9260) is known color: Barley Corn. HEX triplet: BA, 92 and 60. RGB value is (186,146,96). Sum of RGB (Red+Green+Blue) = 186+146+96=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9260 is #456D9F. Grayscale: #989898. Windows color (decimal): -4550048 or 6329018. OLE color: 6329018.

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

Color convert

RGB 186 146 96 -
CMYK 0 0.22 0.48 0.27
HSL 33.33º 0.39% 0.55% -
HSV(B) 33.33º 0.48% 0.73% -
XYZ 32.64 31.84 15.49 -
YUV 152.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 186 146 96 0 0.22 0.48 0.27 33.33 0.39 0.55
Hex BA 92 60 0 16 30 1B 21 27 37
Octal 272 222 140 0 26 60 33 41 47 67
Binary 10111010 10010010 1100000 0 10110 110000 11011 100001 100111 110111

Color Harmonies of #BA9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9260

Black with #BA9260

Text Example


Text Example

White with #BA9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9260; }

 p { color: rgb(186,146,96); }

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

background-color css

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

 a { background-color: rgb(186,146,96); }

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

border-color css

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

 span { border-color: rgb(186,146,96); }

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