Html Css Color HEX #BA835B Twine

📋 copy color: '#BA835B'

red 186 ◦ green 131 ◦ blue 91

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

Shades of Twine #BA835B

Tints of Twine #BA835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

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

R = 45.59%
G = 32.11%
B = 22.3%

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

#BA835B (or 0xBA835B) is known color: Twine. HEX triplet: BA, 83 and 5B. RGB value is (186,131,91). Sum of RGB (Red+Green+Blue) = 186+131+91=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA835B is #457CA4. Grayscale: #8F8F8F. Windows color (decimal): -4553893 or 5997498. OLE color: 5997498.

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

Color convert

RGB 186 131 91 -
CMYK 0 0.30 0.51 0.27
HSL 25.26º 0.41% 0.54% -
HSV(B) 25.26º 0.51% 0.73% -
XYZ 30.25 27.43 13.6 -
YUV 142.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 186 131 91 0 0.30 0.51 0.27 25.26 0.41 0.54
Hex BA 83 5B 0 1E 33 1B 19 29 36
Octal 272 203 133 0 36 63 33 31 51 66
Binary 10111010 10000011 1011011 0 11110 110011 11011 11001 101001 110110

Color Harmonies of #BA835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA835B

Black with #BA835B

Text Example


Text Example

White with #BA835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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