Html Css Color HEX #BA8D54 Twine

📋 copy color: '#BA8D54'

red 186 ◦ green 141 ◦ blue 84

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

Shades of Twine #BA8D54

Tints of Twine #BA8D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 45.26%
G = 34.31%
B = 20.44%

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

#BA8D54 (or 0xBA8D54) is known color: Twine. HEX triplet: BA, 8D and 54. RGB value is (186,141,84). Sum of RGB (Red+Green+Blue) = 186+141+84=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D54 is #4572AB. Grayscale: #949494. Windows color (decimal): -4551340 or 5541306. OLE color: 5541306.

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

Color convert

RGB 186 141 84 -
CMYK 0 0.24 0.55 0.27
HSL 33.53º 0.43% 0.53% -
HSV(B) 33.53º 0.55% 0.73% -
XYZ 31.37 30.13 12.55 -
YUV 147.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 186 141 84 0 0.24 0.55 0.27 33.53 0.43 0.53
Hex BA 8D 54 0 18 37 1B 22 2A 35
Octal 272 215 124 0 30 67 33 42 52 65
Binary 10111010 10001101 1010100 0 11000 110111 11011 100010 101010 110101

Color Harmonies of #BA8D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D54

Black with #BA8D54

Text Example


Text Example

White with #BA8D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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