Html Css Color HEX #BE8655 Twine

📋 copy color: '#BE8655'

red 190 ◦ green 134 ◦ blue 85

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

Shades of Twine #BE8655

Tints of Twine #BE8655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 46.45%
G = 32.76%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE8655 (or 0xBE8655) is known color: Twine. HEX triplet: BE, 86 and 55. RGB value is (190,134,85). Sum of RGB (Red+Green+Blue) = 190+134+85=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8655 is #4179AA. Grayscale: #919191. Windows color (decimal): -4290987 or 5605054. OLE color: 5605054.

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

Color convert

RGB 190 134 85 -
CMYK 0 0.29 0.55 0.25
HSL 28º 0.45% 0.54% -
HSV(B) 28º 0.55% 0.75% -
XYZ 31.4 28.65 12.47 -
YUV 145.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 190 134 85 0 0.29 0.55 0.25 28 0.45 0.54
Hex BE 86 55 0 1D 37 19 1C 2D 36
Octal 276 206 125 0 35 67 31 34 55 66
Binary 10111110 10000110 1010101 0 11101 110111 11001 11100 101101 110110

Color Harmonies of #BE8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8655

Black with #BE8655

Text Example


Text Example

White with #BE8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8655; }

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

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

background-color css

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

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

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

border-color css

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

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

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