Html Css Color HEX #BA9259 Barley Corn

📋 copy color: '#BA9259'

red 186 ◦ green 146 ◦ blue 89

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

Shades of Barley Corn #BA9259

Tints of Barley Corn #BA9259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.14%

R = 44.18%
G = 34.68%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9259 (or 0xBA9259) is known color: Barley Corn. HEX triplet: BA, 92 and 59. RGB value is (186,146,89). Sum of RGB (Red+Green+Blue) = 186+146+89=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9259 is #456DA6. Grayscale: #979797. Windows color (decimal): -4550055 or 5870266. OLE color: 5870266.

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

Color convert

RGB 186 146 89 -
CMYK 0 0.22 0.52 0.27
HSL 35.26º 0.41% 0.54% -
HSV(B) 35.26º 0.52% 0.73% -
XYZ 32.33 31.72 13.87 -
YUV 151.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 186 146 89 0 0.22 0.52 0.27 35.26 0.41 0.54
Hex BA 92 59 0 16 34 1B 23 29 36
Octal 272 222 131 0 26 64 33 43 51 66
Binary 10111010 10010010 1011001 0 10110 110100 11011 100011 101001 110110

Color Harmonies of #BA9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9259

Black with #BA9259

Text Example


Text Example

White with #BA9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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