Html Css Color HEX #BA8753 Twine

📋 copy color: '#BA8753'

red 186 ◦ green 135 ◦ blue 83

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

Shades of Twine #BA8753

Tints of Twine #BA8753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 46.04%
G = 33.42%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA8753 (or 0xBA8753) is known color: Twine. HEX triplet: BA, 87 and 53. RGB value is (186,135,83). Sum of RGB (Red+Green+Blue) = 186+135+83=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8753 is #4578AC. Grayscale: #909090. Windows color (decimal): -4552877 or 5474234. OLE color: 5474234.

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

Color convert

RGB 186 135 83 -
CMYK 0 0.27 0.55 0.27
HSL 30.29º 0.43% 0.53% -
HSV(B) 30.29º 0.55% 0.73% -
XYZ 30.48 28.39 12.06 -
YUV 144.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 186 135 83 0 0.27 0.55 0.27 30.29 0.43 0.53
Hex BA 87 53 0 1B 37 1B 1E 2B 35
Octal 272 207 123 0 33 67 33 36 53 65
Binary 10111010 10000111 1010011 0 11011 110111 11011 11110 101011 110101

Color Harmonies of #BA8753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8753

Black with #BA8753

Text Example


Text Example

White with #BA8753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8753; }

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

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

background-color css

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

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

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

border-color css

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

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

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