Html Css Color HEX #BA9462 Barley Corn

📋 copy color: '#BA9462'

red 186 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #BA9462

Tints of Barley Corn #BA9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 43.06%
G = 34.26%
B = 22.69%

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

#BA9462 (or 0xBA9462) is known color: Barley Corn. HEX triplet: BA, 94 and 62. RGB value is (186,148,98). Sum of RGB (Red+Green+Blue) = 186+148+98=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9462 is #456B9D. Grayscale: #999999. Windows color (decimal): -4549534 or 6460602. OLE color: 6460602.

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

Color convert

RGB 186 148 98 -
CMYK 0 0.20 0.47 0.27
HSL 34.09º 0.39% 0.56% -
HSV(B) 34.09º 0.47% 0.73% -
XYZ 33.04 32.5 16.09 -
YUV 153.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 186 148 98 0 0.20 0.47 0.27 34.09 0.39 0.56
Hex BA 94 62 0 14 2F 1B 22 27 38
Octal 272 224 142 0 24 57 33 42 47 70
Binary 10111010 10010100 1100010 0 10100 101111 11011 100010 100111 111000

Color Harmonies of #BA9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9462

Black with #BA9462

Text Example


Text Example

White with #BA9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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