Html Css Color HEX #BA9062 Barley Corn

📋 copy color: '#BA9062'

red 186 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #BA9062

Tints of Barley Corn #BA9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 43.46%
G = 33.64%
B = 22.9%

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

#BA9062 (or 0xBA9062) is known color: Barley Corn. HEX triplet: BA, 90 and 62. RGB value is (186,144,98). Sum of RGB (Red+Green+Blue) = 186+144+98=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9062 is #456F9D. Grayscale: #979797. Windows color (decimal): -4550558 or 6459578. OLE color: 6459578.

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

Color convert

RGB 186 144 98 -
CMYK 0 0.23 0.47 0.27
HSL 31.36º 0.39% 0.56% -
HSV(B) 31.36º 0.47% 0.73% -
XYZ 32.43 31.27 15.88 -
YUV 151.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 186 144 98 0 0.23 0.47 0.27 31.36 0.39 0.56
Hex BA 90 62 0 17 2F 1B 1F 27 38
Octal 272 220 142 0 27 57 33 37 47 70
Binary 10111010 10010000 1100010 0 10111 101111 11011 11111 100111 111000

Color Harmonies of #BA9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9062

Black with #BA9062

Text Example


Text Example

White with #BA9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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