Html Css Color HEX #BE8F56 Twine

📋 copy color: '#BE8F56'

red 190 ◦ green 143 ◦ blue 86

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

Shades of Twine #BE8F56

Tints of Twine #BE8F56

RGB

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

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

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

R = 45.35%
G = 34.13%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE8F56 (or 0xBE8F56) is known color: Twine. HEX triplet: BE, 8F and 56. RGB value is (190,143,86). Sum of RGB (Red+Green+Blue) = 190+143+86=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F56 is #4170A9. Grayscale: #969696. Windows color (decimal): -4288682 or 5672894. OLE color: 5672894.

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

Color convert

RGB 190 143 86 -
CMYK 0 0.25 0.55 0.25
HSL 32.88º 0.44% 0.54% -
HSV(B) 32.88º 0.55% 0.75% -
XYZ 32.74 31.26 13.11 -
YUV 150.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 190 143 86 0 0.25 0.55 0.25 32.88 0.44 0.54
Hex BE 8F 56 0 19 37 19 21 2C 36
Octal 276 217 126 0 31 67 31 41 54 66
Binary 10111110 10001111 1010110 0 11001 110111 11001 100001 101100 110110

Color Harmonies of #BE8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F56

Black with #BE8F56

Text Example


Text Example

White with #BE8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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