Html Css Color HEX #BA945B Barley Corn

📋 copy color: '#BA945B'

red 186 ◦ green 148 ◦ blue 91

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

Shades of Barley Corn #BA945B

Tints of Barley Corn #BA945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 43.76%
G = 34.82%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA945B (or 0xBA945B) is known color: Barley Corn. HEX triplet: BA, 94 and 5B. RGB value is (186,148,91). Sum of RGB (Red+Green+Blue) = 186+148+91=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA945B is #456BA4. Grayscale: #999999. Windows color (decimal): -4549541 or 6001850. OLE color: 6001850.

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

Color convert

RGB 186 148 91 -
CMYK 0 0.20 0.51 0.27
HSL 36º 0.41% 0.54% -
HSV(B) 36º 0.51% 0.73% -
XYZ 32.73 32.37 14.42 -
YUV 152.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 186 148 91 0 0.20 0.51 0.27 36 0.41 0.54
Hex BA 94 5B 0 14 33 1B 24 29 36
Octal 272 224 133 0 24 63 33 44 51 66
Binary 10111010 10010100 1011011 0 10100 110011 11011 100100 101001 110110

Color Harmonies of #BA945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA945B

Black with #BA945B

Text Example


Text Example

White with #BA945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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