Html Css Color HEX #BA925C Barley Corn

📋 copy color: '#BA925C'

red 186 ◦ green 146 ◦ blue 92

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

Shades of Barley Corn #BA925C

Tints of Barley Corn #BA925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 43.87%
G = 34.43%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA925C (or 0xBA925C) is known color: Barley Corn. HEX triplet: BA, 92 and 5C. RGB value is (186,146,92). Sum of RGB (Red+Green+Blue) = 186+146+92=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA925C is #456DA3. Grayscale: #989898. Windows color (decimal): -4550052 or 6066874. OLE color: 6066874.

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

Color convert

RGB 186 146 92 -
CMYK 0 0.22 0.51 0.27
HSL 34.47º 0.41% 0.55% -
HSV(B) 34.47º 0.51% 0.73% -
XYZ 32.46 31.77 14.55 -
YUV 151.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 186 146 92 0 0.22 0.51 0.27 34.47 0.41 0.55
Hex BA 92 5C 0 16 33 1B 22 29 37
Octal 272 222 134 0 26 63 33 42 51 67
Binary 10111010 10010010 1011100 0 10110 110011 11011 100010 101001 110111

Color Harmonies of #BA925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA925C

Black with #BA925C

Text Example


Text Example

White with #BA925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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