Html Css Color HEX #BE8856 Twine

📋 copy color: '#BE8856'

red 190 ◦ green 136 ◦ blue 86

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

Shades of Twine #BE8856

Tints of Twine #BE8856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

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

R = 46.12%
G = 33.01%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE8856 (or 0xBE8856) is known color: Twine. HEX triplet: BE, 88 and 56. RGB value is (190,136,86). Sum of RGB (Red+Green+Blue) = 190+136+86=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8856 is #4177A9. Grayscale: #929292. Windows color (decimal): -4290474 or 5671102. OLE color: 5671102.

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

Color convert

RGB 190 136 86 -
CMYK 0 0.28 0.55 0.25
HSL 28.85º 0.44% 0.54% -
HSV(B) 28.85º 0.55% 0.75% -
XYZ 31.72 29.23 12.77 -
YUV 146.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 190 136 86 0 0.28 0.55 0.25 28.85 0.44 0.54
Hex BE 88 56 0 1C 37 19 1D 2C 36
Octal 276 210 126 0 34 67 31 35 54 66
Binary 10111110 10001000 1010110 0 11100 110111 11001 11101 101100 110110

Color Harmonies of #BE8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8856

Black with #BE8856

Text Example


Text Example

White with #BE8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8856; }

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

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

background-color css

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

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

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

border-color css

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

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

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