Html Css Color HEX #BA9B58 Barley Corn

📋 copy color: '#BA9B58'

red 186 ◦ green 155 ◦ blue 88

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

Shades of Barley Corn #BA9B58

Tints of Barley Corn #BA9B58

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 43.36%
G = 36.13%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA9B58 (or 0xBA9B58) is known color: Barley Corn. HEX triplet: BA, 9B and 58. RGB value is (186,155,88). Sum of RGB (Red+Green+Blue) = 186+155+88=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B58 is #4564A7. Grayscale: #9C9C9C. Windows color (decimal): -4547752 or 5807034. OLE color: 5807034.

HSL color Cylindrical-coordinate representation of color #BA9B58: hue angle of 41.02º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA9B58 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 155 88 -
CMYK 0 0.17 0.53 0.27
HSL 41.02º 0.42% 0.54% -
HSV(B) 41.02º 0.53% 0.73% -
XYZ 33.73 34.59 14.13 -
YUV 156.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 186 155 88 0 0.17 0.53 0.27 41.02 0.42 0.54
Hex BA 9B 58 0 11 35 1B 29 2A 36
Octal 272 233 130 0 21 65 33 51 52 66
Binary 10111010 10011011 1011000 0 10001 110101 11011 101001 101010 110110

Color Harmonies of #BA9B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B58

Black with #BA9B58

Text Example


Text Example

White with #BA9B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B58; }

 p { color: rgb(186,155,88); }

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

background-color css

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

 a { background-color: rgb(186,155,88); }

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

border-color css

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

 span { border-color: rgb(186,155,88); }

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