Html Css Color HEX #BA8652 Twine

📋 copy color: '#BA8652'

red 186 ◦ green 134 ◦ blue 82

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

Shades of Twine #BA8652

Tints of Twine #BA8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 46.27%
G = 33.33%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8652 (or 0xBA8652) is known color: Twine. HEX triplet: BA, 86 and 52. RGB value is (186,134,82). Sum of RGB (Red+Green+Blue) = 186+134+82=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8652 is #4579AD. Grayscale: #8F8F8F. Windows color (decimal): -4553134 or 5408442. OLE color: 5408442.

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

Color convert

RGB 186 134 82 -
CMYK 0 0.28 0.56 0.27
HSL 30º 0.43% 0.53% -
HSV(B) 30º 0.56% 0.73% -
XYZ 30.3 28.1 11.81 -
YUV 143.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 186 134 82 0 0.28 0.56 0.27 30 0.43 0.53
Hex BA 86 52 0 1C 38 1B 1E 2B 35
Octal 272 206 122 0 34 70 33 36 53 65
Binary 10111010 10000110 1010010 0 11100 111000 11011 11110 101011 110101

Color Harmonies of #BA8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8652

Black with #BA8652

Text Example


Text Example

White with #BA8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8652; }

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

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

background-color css

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

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

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

border-color css

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

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

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