Html Css Color HEX #BA9859 Barley Corn

📋 copy color: '#BA9859'

red 186 ◦ green 152 ◦ blue 89

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

Shades of Barley Corn #BA9859

Tints of Barley Corn #BA9859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 89 (35.16% from 255) = 20.84%

R = 43.56%
G = 35.6%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9859 (or 0xBA9859) is known color: Barley Corn. HEX triplet: BA, 98 and 59. RGB value is (186,152,89). Sum of RGB (Red+Green+Blue) = 186+152+89=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9859 is #4567A6. Grayscale: #9B9B9B. Windows color (decimal): -4548519 or 5871802. OLE color: 5871802.

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

Color convert

RGB 186 152 89 -
CMYK 0 0.18 0.52 0.27
HSL 38.97º 0.41% 0.54% -
HSV(B) 38.97º 0.52% 0.73% -
XYZ 33.28 33.62 14.19 -
YUV 154.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 186 152 89 0 0.18 0.52 0.27 38.97 0.41 0.54
Hex BA 98 59 0 12 34 1B 27 29 36
Octal 272 230 131 0 22 64 33 47 51 66
Binary 10111010 10011000 1011001 0 10010 110100 11011 100111 101001 110110

Color Harmonies of #BA9859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9859

Black with #BA9859

Text Example


Text Example

White with #BA9859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9859; }

 p { color: rgb(186,152,89); }

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

background-color css

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

 a { background-color: rgb(186,152,89); }

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

border-color css

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

 span { border-color: rgb(186,152,89); }

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