Html Css Color HEX #BA9558 Barley Corn

📋 copy color: '#BA9558'

red 186 ◦ green 149 ◦ blue 88

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

Shades of Barley Corn #BA9558

Tints of Barley Corn #BA9558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 43.97%
G = 35.22%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA9558 (or 0xBA9558) is known color: Barley Corn. HEX triplet: BA, 95 and 58. RGB value is (186,149,88). Sum of RGB (Red+Green+Blue) = 186+149+88=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9558 is #456AA7. Grayscale: #999999. Windows color (decimal): -4549288 or 5805498. OLE color: 5805498.

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

Color convert

RGB 186 149 88 -
CMYK 0 0.20 0.53 0.27
HSL 37.35º 0.42% 0.54% -
HSV(B) 37.35º 0.53% 0.73% -
XYZ 32.76 32.64 13.81 -
YUV 153.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 186 149 88 0 0.20 0.53 0.27 37.35 0.42 0.54
Hex BA 95 58 0 14 35 1B 25 2A 36
Octal 272 225 130 0 24 65 33 45 52 66
Binary 10111010 10010101 1011000 0 10100 110101 11011 100101 101010 110110

Color Harmonies of #BA9558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9558

Black with #BA9558

Text Example


Text Example

White with #BA9558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9558; }

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

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

background-color css

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

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

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

border-color css

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

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

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