Html Css Color HEX #BA8F52 Twine

📋 copy color: '#BA8F52'

red 186 ◦ green 143 ◦ blue 82

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

Shades of Twine #BA8F52

Tints of Twine #BA8F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 45.26%
G = 34.79%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8F52 (or 0xBA8F52) is known color: Twine. HEX triplet: BA, 8F and 52. RGB value is (186,143,82). Sum of RGB (Red+Green+Blue) = 186+143+82=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F52 is #4570AD. Grayscale: #959595. Windows color (decimal): -4550830 or 5410746. OLE color: 5410746.

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

Color convert

RGB 186 143 82 -
CMYK 0 0.23 0.56 0.27
HSL 35.19º 0.43% 0.53% -
HSV(B) 35.19º 0.56% 0.73% -
XYZ 31.6 30.69 12.24 -
YUV 148.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 186 143 82 0 0.23 0.56 0.27 35.19 0.43 0.53
Hex BA 8F 52 0 17 38 1B 23 2B 35
Octal 272 217 122 0 27 70 33 43 53 65
Binary 10111010 10001111 1010010 0 10111 111000 11011 100011 101011 110101

Color Harmonies of #BA8F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F52

Black with #BA8F52

Text Example


Text Example

White with #BA8F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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