Html Css Color HEX #BA8D53 Twine

📋 copy color: '#BA8D53'

red 186 ◦ green 141 ◦ blue 83

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

Shades of Twine #BA8D53

Tints of Twine #BA8D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 83 (32.81% from 255) = 20.24%

R = 45.37%
G = 34.39%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA8D53 (or 0xBA8D53) is known color: Twine. HEX triplet: BA, 8D and 53. RGB value is (186,141,83). Sum of RGB (Red+Green+Blue) = 186+141+83=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D53 is #4572AC. Grayscale: #949494. Windows color (decimal): -4551341 or 5475770. OLE color: 5475770.

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

Color convert

RGB 186 141 83 -
CMYK 0 0.24 0.55 0.27
HSL 33.79º 0.43% 0.53% -
HSV(B) 33.79º 0.55% 0.73% -
XYZ 31.34 30.11 12.34 -
YUV 147.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 186 141 83 0 0.24 0.55 0.27 33.79 0.43 0.53
Hex BA 8D 53 0 18 37 1B 22 2B 35
Octal 272 215 123 0 30 67 33 42 53 65
Binary 10111010 10001101 1010011 0 11000 110111 11011 100010 101011 110101

Color Harmonies of #BA8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D53

Black with #BA8D53

Text Example


Text Example

White with #BA8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D53; }

 p { color: rgb(186,141,83); }

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

background-color css

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

 a { background-color: rgb(186,141,83); }

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

border-color css

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

 span { border-color: rgb(186,141,83); }

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