Html Css Color HEX #BA9862 Barley Corn

📋 copy color: '#BA9862'

red 186 ◦ green 152 ◦ blue 98

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

Shades of Barley Corn #BA9862

Tints of Barley Corn #BA9862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

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

R = 42.66%
G = 34.86%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9862 (or 0xBA9862) is known color: Barley Corn. HEX triplet: BA, 98 and 62. RGB value is (186,152,98). Sum of RGB (Red+Green+Blue) = 186+152+98=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9862 is #45679D. Grayscale: #9C9C9C. Windows color (decimal): -4548510 or 6461626. OLE color: 6461626.

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

Color convert

RGB 186 152 98 -
CMYK 0 0.18 0.47 0.27
HSL 36.82º 0.39% 0.56% -
HSV(B) 36.82º 0.47% 0.73% -
XYZ 33.68 33.78 16.3 -
YUV 156.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 186 152 98 0 0.18 0.47 0.27 36.82 0.39 0.56
Hex BA 98 62 0 12 2F 1B 25 27 38
Octal 272 230 142 0 22 57 33 45 47 70
Binary 10111010 10011000 1100010 0 10010 101111 11011 100101 100111 111000

Color Harmonies of #BA9862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9862

Black with #BA9862

Text Example


Text Example

White with #BA9862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9862; }

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

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

background-color css

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

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

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

border-color css

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

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

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