Html Css Color HEX #BA925A Barley Corn

📋 copy color: '#BA925A'

red 186 ◦ green 146 ◦ blue 90

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

Shades of Barley Corn #BA925A

Tints of Barley Corn #BA925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 44.08%
G = 34.6%
B = 21.33%

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

#BA925A (or 0xBA925A) is known color: Barley Corn. HEX triplet: BA, 92 and 5A. RGB value is (186,146,90). Sum of RGB (Red+Green+Blue) = 186+146+90=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA925A is #456DA5. Grayscale: #979797. Windows color (decimal): -4550054 or 5935802. OLE color: 5935802.

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

Color convert

RGB 186 146 90 -
CMYK 0 0.22 0.52 0.27
HSL 35º 0.41% 0.54% -
HSV(B) 35º 0.52% 0.73% -
XYZ 32.37 31.74 14.09 -
YUV 151.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 186 146 90 0 0.22 0.52 0.27 35 0.41 0.54
Hex BA 92 5A 0 16 34 1B 23 29 36
Octal 272 222 132 0 26 64 33 43 51 66
Binary 10111010 10010010 1011010 0 10110 110100 11011 100011 101001 110110

Color Harmonies of #BA925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA925A

Black with #BA925A

Text Example


Text Example

White with #BA925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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