Html Css Color HEX #BE8E60 Twine

📋 copy color: '#BE8E60'

red 190 ◦ green 142 ◦ blue 96

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

Shades of Twine #BE8E60

Tints of Twine #BE8E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 44.39%
G = 33.18%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE8E60 (or 0xBE8E60) is known color: Twine. HEX triplet: BE, 8E and 60. RGB value is (190,142,96). Sum of RGB (Red+Green+Blue) = 190+142+96=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E60 is #41719F. Grayscale: #979797. Windows color (decimal): -4288928 or 6327998. OLE color: 6327998.

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

Color convert

RGB 190 142 96 -
CMYK 0 0.25 0.49 0.25
HSL 29.36º 0.42% 0.56% -
HSV(B) 29.36º 0.49% 0.75% -
XYZ 33.02 31.14 15.34 -
YUV 151.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 190 142 96 0 0.25 0.49 0.25 29.36 0.42 0.56
Hex BE 8E 60 0 19 31 19 1D 2A 38
Octal 276 216 140 0 31 61 31 35 52 70
Binary 10111110 10001110 1100000 0 11001 110001 11001 11101 101010 111000

Color Harmonies of #BE8E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E60

Black with #BE8E60

Text Example


Text Example

White with #BE8E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E60; }

 p { color: rgb(190,142,96); }

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

background-color css

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

 a { background-color: rgb(190,142,96); }

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

border-color css

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

 span { border-color: rgb(190,142,96); }

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