Html Css Color HEX #BA9063 Barley Corn

📋 copy color: '#BA9063'

red 186 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #BA9063

Tints of Barley Corn #BA9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 43.36%
G = 33.57%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9063 (or 0xBA9063) is known color: Barley Corn. HEX triplet: BA, 90 and 63. RGB value is (186,144,99). Sum of RGB (Red+Green+Blue) = 186+144+99=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9063 is #456F9C. Grayscale: #979797. Windows color (decimal): -4550557 or 6525114. OLE color: 6525114.

HSL color Cylindrical-coordinate representation of color #BA9063: hue angle of 31.03º 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 #BA9063 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 144 99 -
CMYK 0 0.23 0.47 0.27
HSL 31.03º 0.39% 0.56% -
HSV(B) 31.03º 0.47% 0.73% -
XYZ 32.48 31.29 16.13 -
YUV 151.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 186 144 99 0 0.23 0.47 0.27 31.03 0.39 0.56
Hex BA 90 63 0 17 2F 1B 1F 27 38
Octal 272 220 143 0 27 57 33 37 47 70
Binary 10111010 10010000 1100011 0 10111 101111 11011 11111 100111 111000

Color Harmonies of #BA9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9063

Black with #BA9063

Text Example


Text Example

White with #BA9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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