Html Css Color HEX #BA9C63 Barley Corn

📋 copy color: '#BA9C63'

red 186 ◦ green 156 ◦ blue 99

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

Shades of Barley Corn #BA9C63

Tints of Barley Corn #BA9C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 99 (39.06% from 255) = 22.45%

R = 42.18%
G = 35.37%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9C63 (or 0xBA9C63) is known color: Barley Corn. HEX triplet: BA, 9C and 63. RGB value is (186,156,99). Sum of RGB (Red+Green+Blue) = 186+156+99=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C63 is #45639C. Grayscale: #9E9E9E. Windows color (decimal): -4547485 or 6528186. OLE color: 6528186.

HSL color Cylindrical-coordinate representation of color #BA9C63: hue angle of 39.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA9C63 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 99 -
CMYK 0 0.16 0.47 0.27
HSL 39.31º 0.39% 0.56% -
HSV(B) 39.31º 0.47% 0.73% -
XYZ 34.39 35.12 16.77 -
YUV 158.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 186 156 99 0 0.16 0.47 0.27 39.31 0.39 0.56
Hex BA 9C 63 0 10 2F 1B 27 27 38
Octal 272 234 143 0 20 57 33 47 47 70
Binary 10111010 10011100 1100011 0 10000 101111 11011 100111 100111 111000

Color Harmonies of #BA9C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C63

Black with #BA9C63

Text Example


Text Example

White with #BA9C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C63; }

 p { color: rgb(186,156,99); }

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

background-color css

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

 a { background-color: rgb(186,156,99); }

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

border-color css

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

 span { border-color: rgb(186,156,99); }

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