Html Css Color HEX #BA9562 Barley Corn

📋 copy color: '#BA9562'

red 186 ◦ green 149 ◦ blue 98

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

Shades of Barley Corn #BA9562

Tints of Barley Corn #BA9562

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

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

R = 42.96%
G = 34.41%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9562 (or 0xBA9562) is known color: Barley Corn. HEX triplet: BA, 95 and 62. RGB value is (186,149,98). Sum of RGB (Red+Green+Blue) = 186+149+98=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9562 is #456A9D. Grayscale: #9A9A9A. Windows color (decimal): -4549278 or 6460858. OLE color: 6460858.

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

Color convert

RGB 186 149 98 -
CMYK 0 0.20 0.47 0.27
HSL 34.77º 0.39% 0.56% -
HSV(B) 34.77º 0.47% 0.73% -
XYZ 33.2 32.82 16.14 -
YUV 154.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 186 149 98 0 0.20 0.47 0.27 34.77 0.39 0.56
Hex BA 95 62 0 14 2F 1B 23 27 38
Octal 272 225 142 0 24 57 33 43 47 70
Binary 10111010 10010101 1100010 0 10100 101111 11011 100011 100111 111000

Color Harmonies of #BA9562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9562

Black with #BA9562

Text Example


Text Example

White with #BA9562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9562; }

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

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

background-color css

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

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

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

border-color css

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

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

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