Html Css Color HEX #BA8A52 Twine

📋 copy color: '#BA8A52'

red 186 ◦ green 138 ◦ blue 82

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

Shades of Twine #BA8A52

Tints of Twine #BA8A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 45.81%
G = 33.99%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8A52 (or 0xBA8A52) is known color: Twine. HEX triplet: BA, 8A and 52. RGB value is (186,138,82). Sum of RGB (Red+Green+Blue) = 186+138+82=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A52 is #4575AD. Grayscale: #929292. Windows color (decimal): -4552110 or 5409466. OLE color: 5409466.

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

Color convert

RGB 186 138 82 -
CMYK 0 0.26 0.56 0.27
HSL 32.31º 0.43% 0.53% -
HSV(B) 32.31º 0.56% 0.73% -
XYZ 30.86 29.23 12 -
YUV 145.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 186 138 82 0 0.26 0.56 0.27 32.31 0.43 0.53
Hex BA 8A 52 0 1A 38 1B 20 2B 35
Octal 272 212 122 0 32 70 33 40 53 65
Binary 10111010 10001010 1010010 0 11010 111000 11011 100000 101011 110101

Color Harmonies of #BA8A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A52

Black with #BA8A52

Text Example


Text Example

White with #BA8A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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