Html Css Color HEX #BA835C Twine

📋 copy color: '#BA835C'

red 186 ◦ green 131 ◦ blue 92

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

Shades of Twine #BA835C

Tints of Twine #BA835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 45.48%
G = 32.03%
B = 22.49%

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

#BA835C (or 0xBA835C) is known color: Twine. HEX triplet: BA, 83 and 5C. RGB value is (186,131,92). Sum of RGB (Red+Green+Blue) = 186+131+92=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA835C is #457CA3. Grayscale: #8F8F8F. Windows color (decimal): -4553892 or 6063034. OLE color: 6063034.

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

Color convert

RGB 186 131 92 -
CMYK 0 0.30 0.51 0.27
HSL 24.89º 0.41% 0.55% -
HSV(B) 24.89º 0.51% 0.73% -
XYZ 30.3 27.44 13.83 -
YUV 143 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 186 131 92 0 0.30 0.51 0.27 24.89 0.41 0.55
Hex BA 83 5C 0 1E 33 1B 19 29 37
Octal 272 203 134 0 36 63 33 31 51 67
Binary 10111010 10000011 1011100 0 11110 110011 11011 11001 101001 110111

Color Harmonies of #BA835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA835C

Black with #BA835C

Text Example


Text Example

White with #BA835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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