Html Css Color HEX #BA8A57 Twine

📋 copy color: '#BA8A57'

red 186 ◦ green 138 ◦ blue 87

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

Shades of Twine #BA8A57

Tints of Twine #BA8A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 45.26%
G = 33.58%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8A57 (or 0xBA8A57) is known color: Twine. HEX triplet: BA, 8A and 57. RGB value is (186,138,87). Sum of RGB (Red+Green+Blue) = 186+138+87=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A57 is #4575A8. Grayscale: #929292. Windows color (decimal): -4552105 or 5737146. OLE color: 5737146.

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

Color convert

RGB 186 138 87 -
CMYK 0 0.26 0.53 0.27
HSL 30.91º 0.42% 0.54% -
HSV(B) 30.91º 0.53% 0.73% -
XYZ 31.06 29.3 13.04 -
YUV 146.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 186 138 87 0 0.26 0.53 0.27 30.91 0.42 0.54
Hex BA 8A 57 0 1A 35 1B 1F 2A 36
Octal 272 212 127 0 32 65 33 37 52 66
Binary 10111010 10001010 1010111 0 11010 110101 11011 11111 101010 110110

Color Harmonies of #BA8A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A57

Black with #BA8A57

Text Example


Text Example

White with #BA8A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A57; }

 p { color: rgb(186,138,87); }

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

background-color css

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

 a { background-color: rgb(186,138,87); }

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

border-color css

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

 span { border-color: rgb(186,138,87); }

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