Html Css Color HEX #BA9053 Twine

📋 copy color: '#BA9053'

red 186 ◦ green 144 ◦ blue 83

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

Shades of Twine #BA9053

Tints of Twine #BA9053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 45.04%
G = 34.87%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9053 (or 0xBA9053) is known color: Twine. HEX triplet: BA, 90 and 53. RGB value is (186,144,83). Sum of RGB (Red+Green+Blue) = 186+144+83=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9053 is #456FAC. Grayscale: #959595. Windows color (decimal): -4550573 or 5476538. OLE color: 5476538.

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

Color convert

RGB 186 144 83 -
CMYK 0 0.23 0.55 0.27
HSL 35.53º 0.43% 0.53% -
HSV(B) 35.53º 0.55% 0.73% -
XYZ 31.78 31.01 12.49 -
YUV 149.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 186 144 83 0 0.23 0.55 0.27 35.53 0.43 0.53
Hex BA 90 53 0 17 37 1B 24 2B 35
Octal 272 220 123 0 27 67 33 44 53 65
Binary 10111010 10010000 1010011 0 10111 110111 11011 100100 101011 110101

Color Harmonies of #BA9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9053

Black with #BA9053

Text Example


Text Example

White with #BA9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9053; }

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

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

background-color css

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

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

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

border-color css

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

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

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