Html Css Color HEX #BA975C Barley Corn

📋 copy color: '#BA975C'

red 186 ◦ green 151 ◦ blue 92

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

Shades of Barley Corn #BA975C

Tints of Barley Corn #BA975C

RGB

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

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

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

R = 43.36%
G = 35.2%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA975C (or 0xBA975C) is known color: Barley Corn. HEX triplet: BA, 97 and 5C. RGB value is (186,151,92). Sum of RGB (Red+Green+Blue) = 186+151+92=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975C is #4568A3. Grayscale: #9B9B9B. Windows color (decimal): -4548772 or 6068154. OLE color: 6068154.

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

Color convert

RGB 186 151 92 -
CMYK 0 0.19 0.51 0.27
HSL 37.66º 0.41% 0.55% -
HSV(B) 37.66º 0.51% 0.73% -
XYZ 33.25 33.35 14.81 -
YUV 154.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 186 151 92 0 0.19 0.51 0.27 37.66 0.41 0.55
Hex BA 97 5C 0 13 33 1B 26 29 37
Octal 272 227 134 0 23 63 33 46 51 67
Binary 10111010 10010111 1011100 0 10011 110011 11011 100110 101001 110111

Color Harmonies of #BA975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA975C

Black with #BA975C

Text Example


Text Example

White with #BA975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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