Html Css Color HEX #BE8F51 Twine

📋 copy color: '#BE8F51'

red 190 ◦ green 143 ◦ blue 81

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

Shades of Twine #BE8F51

Tints of Twine #BE8F51

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 45.89%
G = 34.54%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE8F51 (or 0xBE8F51) is known color: Twine. HEX triplet: BE, 8F and 51. RGB value is (190,143,81). Sum of RGB (Red+Green+Blue) = 190+143+81=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F51 is #4170AE. Grayscale: #969696. Windows color (decimal): -4288687 or 5345214. OLE color: 5345214.

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

Color convert

RGB 190 143 81 -
CMYK 0 0.25 0.57 0.25
HSL 34.13º 0.46% 0.53% -
HSV(B) 34.13º 0.57% 0.75% -
XYZ 32.54 31.19 12.09 -
YUV 149.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 190 143 81 0 0.25 0.57 0.25 34.13 0.46 0.53
Hex BE 8F 51 0 19 39 19 22 2E 35
Octal 276 217 121 0 31 71 31 42 56 65
Binary 10111110 10001111 1010001 0 11001 111001 11001 100010 101110 110101

Color Harmonies of #BE8F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F51

Black with #BE8F51

Text Example


Text Example

White with #BE8F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F51; }

 p { color: rgb(190,143,81); }

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

background-color css

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

 a { background-color: rgb(190,143,81); }

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

border-color css

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

 span { border-color: rgb(190,143,81); }

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