Html Css Color HEX #BA9A62 Barley Corn

📋 copy color: '#BA9A62'

red 186 ◦ green 154 ◦ blue 98

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

Shades of Barley Corn #BA9A62

Tints of Barley Corn #BA9A62

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.16%

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

R = 42.47%
G = 35.16%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9A62 (or 0xBA9A62) is known color: Barley Corn. HEX triplet: BA, 9A and 62. RGB value is (186,154,98). Sum of RGB (Red+Green+Blue) = 186+154+98=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A62 is #45659D. Grayscale: #9D9D9D. Windows color (decimal): -4547998 or 6462138. OLE color: 6462138.

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

Color convert

RGB 186 154 98 -
CMYK 0 0.17 0.47 0.27
HSL 38.18º 0.39% 0.56% -
HSV(B) 38.18º 0.47% 0.73% -
XYZ 34.01 34.43 16.41 -
YUV 157.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 186 154 98 0 0.17 0.47 0.27 38.18 0.39 0.56
Hex BA 9A 62 0 11 2F 1B 26 27 38
Octal 272 232 142 0 21 57 33 46 47 70
Binary 10111010 10011010 1100010 0 10001 101111 11011 100110 100111 111000

Color Harmonies of #BA9A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A62

Black with #BA9A62

Text Example


Text Example

White with #BA9A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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