Html Css Color HEX #BA905D Barley Corn

📋 copy color: '#BA905D'

red 186 ◦ green 144 ◦ blue 93

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

Shades of Barley Corn #BA905D

Tints of Barley Corn #BA905D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 43.97%
G = 34.04%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA905D (or 0xBA905D) is known color: Barley Corn. HEX triplet: BA, 90 and 5D. RGB value is (186,144,93). Sum of RGB (Red+Green+Blue) = 186+144+93=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA905D is #456FA2. Grayscale: #969696. Windows color (decimal): -4550563 or 6131898. OLE color: 6131898.

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

Color convert

RGB 186 144 93 -
CMYK 0 0.23 0.5 0.27
HSL 32.9º 0.4% 0.55% -
HSV(B) 32.9º 0.5% 0.73% -
XYZ 32.2 31.18 14.68 -
YUV 150.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 186 144 93 0 0.23 0.5 0.27 32.9 0.4 0.55
Hex BA 90 5D 0 17 32 1B 21 28 37
Octal 272 220 135 0 27 62 33 41 50 67
Binary 10111010 10010000 1011101 0 10111 110010 11011 100001 101000 110111

Color Harmonies of #BA905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA905D

Black with #BA905D

Text Example


Text Example

White with #BA905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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