Html Css Color HEX #BA8A63 Barley Corn

📋 copy color: '#BA8A63'

red 186 ◦ green 138 ◦ blue 99

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

Shades of Barley Corn #BA8A63

Tints of Barley Corn #BA8A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 43.97%
G = 32.62%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA8A63 (or 0xBA8A63) is known color: Barley Corn. HEX triplet: BA, 8A and 63. RGB value is (186,138,99). Sum of RGB (Red+Green+Blue) = 186+138+99=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A63 is #45759C. Grayscale: #949494. Windows color (decimal): -4552093 or 6523578. OLE color: 6523578.

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

Color convert

RGB 186 138 99 -
CMYK 0 0.26 0.47 0.27
HSL 26.9º 0.39% 0.56% -
HSV(B) 26.9º 0.47% 0.73% -
XYZ 31.59 29.52 15.84 -
YUV 147.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 186 138 99 0 0.26 0.47 0.27 26.9 0.39 0.56
Hex BA 8A 63 0 1A 2F 1B 1B 27 38
Octal 272 212 143 0 32 57 33 33 47 70
Binary 10111010 10001010 1100011 0 11010 101111 11011 11011 100111 111000

Color Harmonies of #BA8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A63

Black with #BA8A63

Text Example


Text Example

White with #BA8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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