Html Css Color HEX #BE8550 Twine

📋 copy color: '#BE8550'

red 190 ◦ green 133 ◦ blue 80

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

Shades of Twine #BE8550

Tints of Twine #BE8550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 47.15%
G = 33%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE8550 (or 0xBE8550) is known color: Twine. HEX triplet: BE, 85 and 50. RGB value is (190,133,80). Sum of RGB (Red+Green+Blue) = 190+133+80=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8550 is #417AAF. Grayscale: #909090. Windows color (decimal): -4291248 or 5277118. OLE color: 5277118.

HSL color Cylindrical-coordinate representation of color #BE8550: hue angle of 28.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8550 is Cyan = 0, Magento = 0.3, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 80 -
CMYK 0 0.3 0.58 0.25
HSL 28.91º 0.46% 0.53% -
HSV(B) 28.91º 0.58% 0.75% -
XYZ 31.07 28.3 11.41 -
YUV 144 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 190 133 80 0 0.3 0.58 0.25 28.91 0.46 0.53
Hex BE 85 50 0 1E 3A 19 1D 2E 35
Octal 276 205 120 0 36 72 31 35 56 65
Binary 10111110 10000101 1010000 0 11110 111010 11001 11101 101110 110101

Color Harmonies of #BE8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8550

Black with #BE8550

Text Example


Text Example

White with #BE8550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8550; }

 p { color: rgb(190,133,80); }

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

background-color css

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

 a { background-color: rgb(190,133,80); }

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

border-color css

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

 span { border-color: rgb(190,133,80); }

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