Html Css Color HEX #BA9254 Twine

📋 copy color: '#BA9254'

red 186 ◦ green 146 ◦ blue 84

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

Shades of Twine #BA9254

Tints of Twine #BA9254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 84 (33.2% from 255) = 20.19%

R = 44.71%
G = 35.1%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9254 (or 0xBA9254) is known color: Twine. HEX triplet: BA, 92 and 54. RGB value is (186,146,84). Sum of RGB (Red+Green+Blue) = 186+146+84=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9254 is #456DAB. Grayscale: #979797. Windows color (decimal): -4550060 or 5542586. OLE color: 5542586.

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

Color convert

RGB 186 146 84 -
CMYK 0 0.22 0.55 0.27
HSL 36.47º 0.43% 0.53% -
HSV(B) 36.47º 0.55% 0.73% -
XYZ 32.13 31.64 12.8 -
YUV 150.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 186 146 84 0 0.22 0.55 0.27 36.47 0.43 0.53
Hex BA 92 54 0 16 37 1B 24 2A 35
Octal 272 222 124 0 26 67 33 44 52 65
Binary 10111010 10010010 1010100 0 10110 110111 11011 100100 101010 110101

Color Harmonies of #BA9254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9254

Black with #BA9254

Text Example


Text Example

White with #BA9254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9254; }

 p { color: rgb(186,146,84); }

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

background-color css

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

 a { background-color: rgb(186,146,84); }

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

border-color css

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

 span { border-color: rgb(186,146,84); }

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