Html Css Color HEX #BA825B Twine

📋 copy color: '#BA825B'

red 186 ◦ green 130 ◦ blue 91

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

Shades of Twine #BA825B

Tints of Twine #BA825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 45.7%
G = 31.94%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA825B (or 0xBA825B) is known color: Twine. HEX triplet: BA, 82 and 5B. RGB value is (186,130,91). Sum of RGB (Red+Green+Blue) = 186+130+91=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825B is #457DA4. Grayscale: #8E8E8E. Windows color (decimal): -4554149 or 5997242. OLE color: 5997242.

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

Color convert

RGB 186 130 91 -
CMYK 0 0.30 0.51 0.27
HSL 24.63º 0.41% 0.54% -
HSV(B) 24.63º 0.51% 0.73% -
XYZ 30.12 27.16 13.55 -
YUV 142.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 186 130 91 0 0.30 0.51 0.27 24.63 0.41 0.54
Hex BA 82 5B 0 1E 33 1B 19 29 36
Octal 272 202 133 0 36 63 33 31 51 66
Binary 10111010 10000010 1011011 0 11110 110011 11011 11001 101001 110110

Color Harmonies of #BA825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA825B

Black with #BA825B

Text Example


Text Example

White with #BA825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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