Html Css Color HEX #BA905C Barley Corn

📋 copy color: '#BA905C'

red 186 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #BA905C

Tints of Barley Corn #BA905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 44.08%
G = 34.12%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA905C (or 0xBA905C) is known color: Barley Corn. HEX triplet: BA, 90 and 5C. RGB value is (186,144,92). Sum of RGB (Red+Green+Blue) = 186+144+92=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA905C is #456FA3. Grayscale: #969696. Windows color (decimal): -4550564 or 6066362. OLE color: 6066362.

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

Color convert

RGB 186 144 92 -
CMYK 0 0.23 0.51 0.27
HSL 33.19º 0.41% 0.55% -
HSV(B) 33.19º 0.51% 0.73% -
XYZ 32.15 31.16 14.44 -
YUV 150.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 186 144 92 0 0.23 0.51 0.27 33.19 0.41 0.55
Hex BA 90 5C 0 17 33 1B 21 29 37
Octal 272 220 134 0 27 63 33 41 51 67
Binary 10111010 10010000 1011100 0 10111 110011 11011 100001 101001 110111

Color Harmonies of #BA905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA905C

Black with #BA905C

Text Example


Text Example

White with #BA905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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