Html Css Color HEX #BA9762 Barley Corn

📋 copy color: '#BA9762'

red 186 ◦ green 151 ◦ blue 98

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

Shades of Barley Corn #BA9762

Tints of Barley Corn #BA9762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 42.76%
G = 34.71%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA9762 (or 0xBA9762) is known color: Barley Corn. HEX triplet: BA, 97 and 62. RGB value is (186,151,98). Sum of RGB (Red+Green+Blue) = 186+151+98=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9762 is #45689D. Grayscale: #9B9B9B. Windows color (decimal): -4548766 or 6461370. OLE color: 6461370.

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

Color convert

RGB 186 151 98 -
CMYK 0 0.19 0.47 0.27
HSL 36.14º 0.39% 0.56% -
HSV(B) 36.14º 0.47% 0.73% -
XYZ 33.52 33.45 16.25 -
YUV 155.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 186 151 98 0 0.19 0.47 0.27 36.14 0.39 0.56
Hex BA 97 62 0 13 2F 1B 24 27 38
Octal 272 227 142 0 23 57 33 44 47 70
Binary 10111010 10010111 1100010 0 10011 101111 11011 100100 100111 111000

Color Harmonies of #BA9762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9762

Black with #BA9762

Text Example


Text Example

White with #BA9762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9762; }

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

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

background-color css

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

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

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

border-color css

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

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

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