Html Css Color HEX #BA9953 Barley Corn

📋 copy color: '#BA9953'

red 186 ◦ green 153 ◦ blue 83

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

Shades of Barley Corn #BA9953

Tints of Barley Corn #BA9953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.67%

R = 44.08%
G = 36.26%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9953 (or 0xBA9953) is known color: Barley Corn. HEX triplet: BA, 99 and 53. RGB value is (186,153,83). Sum of RGB (Red+Green+Blue) = 186+153+83=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9953 is #4566AC. Grayscale: #9B9B9B. Windows color (decimal): -4548269 or 5478842. OLE color: 5478842.

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

Color convert

RGB 186 153 83 -
CMYK 0 0.18 0.55 0.27
HSL 40.78º 0.43% 0.53% -
HSV(B) 40.78º 0.55% 0.73% -
XYZ 33.2 33.85 12.97 -
YUV 154.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 186 153 83 0 0.18 0.55 0.27 40.78 0.43 0.53
Hex BA 99 53 0 12 37 1B 29 2B 35
Octal 272 231 123 0 22 67 33 51 53 65
Binary 10111010 10011001 1010011 0 10010 110111 11011 101001 101011 110101

Color Harmonies of #BA9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9953

Black with #BA9953

Text Example


Text Example

White with #BA9953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9953; }

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

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

background-color css

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

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

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

border-color css

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

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

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