Html Css Color HEX #BA8251 Twine

📋 copy color: '#BA8251'

red 186 ◦ green 130 ◦ blue 81

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

Shades of Twine #BA8251

Tints of Twine #BA8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 46.85%
G = 32.75%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8251 (or 0xBA8251) is known color: Twine. HEX triplet: BA, 82 and 51. RGB value is (186,130,81). Sum of RGB (Red+Green+Blue) = 186+130+81=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8251 is #457DAE. Grayscale: #8D8D8D. Windows color (decimal): -4554159 or 5341882. OLE color: 5341882.

HSL color Cylindrical-coordinate representation of color #BA8251: hue angle of 28º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8251 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 81 -
CMYK 0 0.30 0.56 0.27
HSL 28º 0.43% 0.52% -
HSV(B) 28º 0.56% 0.73% -
XYZ 29.72 27 11.43 -
YUV 141.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 186 130 81 0 0.30 0.56 0.27 28 0.43 0.52
Hex BA 82 51 0 1E 38 1B 1C 2B 34
Octal 272 202 121 0 36 70 33 34 53 64
Binary 10111010 10000010 1010001 0 11110 111000 11011 11100 101011 110100

Color Harmonies of #BA8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8251

Black with #BA8251

Text Example


Text Example

White with #BA8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8251; }

 p { color: rgb(186,130,81); }

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

background-color css

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

 a { background-color: rgb(186,130,81); }

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

border-color css

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

 span { border-color: rgb(186,130,81); }

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