Html Css Color HEX #BA8F63 Barley Corn

📋 copy color: '#BA8F63'

red 186 ◦ green 143 ◦ blue 99

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

Shades of Barley Corn #BA8F63

Tints of Barley Corn #BA8F63

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

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

R = 43.46%
G = 33.41%
B = 23.13%

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

#BA8F63 (or 0xBA8F63) is known color: Barley Corn. HEX triplet: BA, 8F and 63. RGB value is (186,143,99). Sum of RGB (Red+Green+Blue) = 186+143+99=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F63 is #45709C. Grayscale: #979797. Windows color (decimal): -4550813 or 6524858. OLE color: 6524858.

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

Color convert

RGB 186 143 99 -
CMYK 0 0.23 0.47 0.27
HSL 30.34º 0.39% 0.56% -
HSV(B) 30.34º 0.47% 0.73% -
XYZ 32.32 30.98 16.08 -
YUV 150.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 186 143 99 0 0.23 0.47 0.27 30.34 0.39 0.56
Hex BA 8F 63 0 17 2F 1B 1E 27 38
Octal 272 217 143 0 27 57 33 36 47 70
Binary 10111010 10001111 1100011 0 10111 101111 11011 11110 100111 111000

Color Harmonies of #BA8F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F63

Black with #BA8F63

Text Example


Text Example

White with #BA8F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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