Html Css Color HEX #BA945F Barley Corn

📋 copy color: '#BA945F'

red 186 ◦ green 148 ◦ blue 95

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

Shades of Barley Corn #BA945F

Tints of Barley Corn #BA945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 43.36%
G = 34.5%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA945F (or 0xBA945F) is known color: Barley Corn. HEX triplet: BA, 94 and 5F. RGB value is (186,148,95). Sum of RGB (Red+Green+Blue) = 186+148+95=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA945F is #456BA0. Grayscale: #999999. Windows color (decimal): -4549537 or 6263994. OLE color: 6263994.

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

Color convert

RGB 186 148 95 -
CMYK 0 0.20 0.49 0.27
HSL 34.95º 0.4% 0.55% -
HSV(B) 34.95º 0.49% 0.73% -
XYZ 32.91 32.45 15.35 -
YUV 153.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 186 148 95 0 0.20 0.49 0.27 34.95 0.4 0.55
Hex BA 94 5F 0 14 31 1B 23 28 37
Octal 272 224 137 0 24 61 33 43 50 67
Binary 10111010 10010100 1011111 0 10100 110001 11011 100011 101000 110111

Color Harmonies of #BA945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA945F

Black with #BA945F

Text Example


Text Example

White with #BA945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA945F; }

 p { color: rgb(186,148,95); }

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

background-color css

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

 a { background-color: rgb(186,148,95); }

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

border-color css

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

 span { border-color: rgb(186,148,95); }

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