Html Css Color HEX #BA8F62 Barley Corn

📋 copy color: '#BA8F62'

red 186 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #BA8F62

Tints of Barley Corn #BA8F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.95%

R = 43.56%
G = 33.49%
B = 22.95%

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

#BA8F62 (or 0xBA8F62) is known color: Barley Corn. HEX triplet: BA, 8F and 62. RGB value is (186,143,98). Sum of RGB (Red+Green+Blue) = 186+143+98=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F62 is #45709D. Grayscale: #969696. Windows color (decimal): -4550814 or 6459322. OLE color: 6459322.

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

Color convert

RGB 186 143 98 -
CMYK 0 0.23 0.47 0.27
HSL 30.68º 0.39% 0.56% -
HSV(B) 30.68º 0.47% 0.73% -
XYZ 32.28 30.97 15.83 -
YUV 150.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 186 143 98 0 0.23 0.47 0.27 30.68 0.39 0.56
Hex BA 8F 62 0 17 2F 1B 1F 27 38
Octal 272 217 142 0 27 57 33 37 47 70
Binary 10111010 10001111 1100010 0 10111 101111 11011 11111 100111 111000

Color Harmonies of #BA8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F62

Black with #BA8F62

Text Example


Text Example

White with #BA8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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