Html Css Color HEX #BA9957 Barley Corn

📋 copy color: '#BA9957'

red 186 ◦ green 153 ◦ blue 87

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

Shades of Barley Corn #BA9957

Tints of Barley Corn #BA9957

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 43.66%
G = 35.92%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA9957 (or 0xBA9957) is known color: Barley Corn. HEX triplet: BA, 99 and 57. RGB value is (186,153,87). Sum of RGB (Red+Green+Blue) = 186+153+87=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9957 is #4566A8. Grayscale: #9B9B9B. Windows color (decimal): -4548265 or 5740986. OLE color: 5740986.

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

Color convert

RGB 186 153 87 -
CMYK 0 0.18 0.53 0.27
HSL 40º 0.42% 0.54% -
HSV(B) 40º 0.53% 0.73% -
XYZ 33.36 33.91 13.8 -
YUV 155.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 186 153 87 0 0.18 0.53 0.27 40 0.42 0.54
Hex BA 99 57 0 12 35 1B 28 2A 36
Octal 272 231 127 0 22 65 33 50 52 66
Binary 10111010 10011001 1010111 0 10010 110101 11011 101000 101010 110110

Color Harmonies of #BA9957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9957

Black with #BA9957

Text Example


Text Example

White with #BA9957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9957; }

 p { color: rgb(186,153,87); }

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

background-color css

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

 a { background-color: rgb(186,153,87); }

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

border-color css

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

 span { border-color: rgb(186,153,87); }

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