Html Css Color HEX #BE8654 Twine

📋 copy color: '#BE8654'

red 190 ◦ green 134 ◦ blue 84

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

Shades of Twine #BE8654

Tints of Twine #BE8654

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 46.57%
G = 32.84%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE8654 (or 0xBE8654) is known color: Twine. HEX triplet: BE, 86 and 54. RGB value is (190,134,84). Sum of RGB (Red+Green+Blue) = 190+134+84=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8654 is #4179AB. Grayscale: #919191. Windows color (decimal): -4290988 or 5539518. OLE color: 5539518.

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

Color convert

RGB 190 134 84 -
CMYK 0 0.29 0.56 0.25
HSL 28.3º 0.45% 0.54% -
HSV(B) 28.3º 0.56% 0.75% -
XYZ 31.36 28.64 12.26 -
YUV 145.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 190 134 84 0 0.29 0.56 0.25 28.3 0.45 0.54
Hex BE 86 54 0 1D 38 19 1C 2D 36
Octal 276 206 124 0 35 70 31 34 55 66
Binary 10111110 10000110 1010100 0 11101 111000 11001 11100 101101 110110

Color Harmonies of #BE8654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8654

Black with #BE8654

Text Example


Text Example

White with #BE8654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8654; }

 p { color: rgb(190,134,84); }

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

background-color css

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

 a { background-color: rgb(190,134,84); }

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

border-color css

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

 span { border-color: rgb(190,134,84); }

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