Html Css Color HEX #BA8F58 Twine

📋 copy color: '#BA8F58'

red 186 ◦ green 143 ◦ blue 88

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

Shades of Twine #BA8F58

Tints of Twine #BA8F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 44.6%
G = 34.29%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8F58 (or 0xBA8F58) is known color: Twine. HEX triplet: BA, 8F and 58. RGB value is (186,143,88). Sum of RGB (Red+Green+Blue) = 186+143+88=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F58 is #4570A7. Grayscale: #959595. Windows color (decimal): -4550824 or 5803962. OLE color: 5803962.

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

Color convert

RGB 186 143 88 -
CMYK 0 0.23 0.53 0.27
HSL 33.67º 0.42% 0.54% -
HSV(B) 33.67º 0.53% 0.73% -
XYZ 31.83 30.79 13.5 -
YUV 149.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 186 143 88 0 0.23 0.53 0.27 33.67 0.42 0.54
Hex BA 8F 58 0 17 35 1B 22 2A 36
Octal 272 217 130 0 27 65 33 42 52 66
Binary 10111010 10001111 1011000 0 10111 110101 11011 100010 101010 110110

Color Harmonies of #BA8F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F58

Black with #BA8F58

Text Example


Text Example

White with #BA8F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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