Html Css Color HEX #BA8252 Twine

📋 copy color: '#BA8252'

red 186 ◦ green 130 ◦ blue 82

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

Shades of Twine #BA8252

Tints of Twine #BA8252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.6%

R = 46.73%
G = 32.66%
B = 20.6%

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

#BA8252 (or 0xBA8252) is known color: Twine. HEX triplet: BA, 82 and 52. RGB value is (186,130,82). Sum of RGB (Red+Green+Blue) = 186+130+82=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8252 is #457DAD. Grayscale: #8D8D8D. Windows color (decimal): -4554158 or 5407418. OLE color: 5407418.

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

Color convert

RGB 186 130 82 -
CMYK 0 0.30 0.56 0.27
HSL 27.69º 0.43% 0.53% -
HSV(B) 27.69º 0.56% 0.73% -
XYZ 29.76 27.01 11.63 -
YUV 141.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 186 130 82 0 0.30 0.56 0.27 27.69 0.43 0.53
Hex BA 82 52 0 1E 38 1B 1C 2B 35
Octal 272 202 122 0 36 70 33 34 53 65
Binary 10111010 10000010 1010010 0 11110 111000 11011 11100 101011 110101

Color Harmonies of #BA8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8252

Black with #BA8252

Text Example


Text Example

White with #BA8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8252; }

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

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

background-color css

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

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

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

border-color css

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

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

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