Html Css Color HEX #BE8656 Twine

📋 copy color: '#BE8656'

red 190 ◦ green 134 ◦ blue 86

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

Shades of Twine #BE8656

Tints of Twine #BE8656

RGB

 RED value IS 190 (74.61% from 255) = 46.34%

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

 BLUE value IS 86 (33.98% from 255) = 20.98%

R = 46.34%
G = 32.68%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE8656 (or 0xBE8656) is known color: Twine. HEX triplet: BE, 86 and 56. RGB value is (190,134,86). Sum of RGB (Red+Green+Blue) = 190+134+86=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8656 is #4179A9. Grayscale: #919191. Windows color (decimal): -4290986 or 5670590. OLE color: 5670590.

HSL color Cylindrical-coordinate representation of color #BE8656: hue angle of 27.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE8656 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 86 -
CMYK 0 0.29 0.55 0.25
HSL 27.69º 0.44% 0.54% -
HSV(B) 27.69º 0.55% 0.75% -
XYZ 31.44 28.67 12.68 -
YUV 145.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 190 134 86 0 0.29 0.55 0.25 27.69 0.44 0.54
Hex BE 86 56 0 1D 37 19 1C 2C 36
Octal 276 206 126 0 35 67 31 34 54 66
Binary 10111110 10000110 1010110 0 11101 110111 11001 11100 101100 110110

Color Harmonies of #BE8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8656

Black with #BE8656

Text Example


Text Example

White with #BE8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8656; }

 p { color: rgb(190,134,86); }

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

background-color css

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

 a { background-color: rgb(190,134,86); }

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

border-color css

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

 span { border-color: rgb(190,134,86); }

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