Html Css Color HEX #BE855E Twine

📋 copy color: '#BE855E'

red 190 ◦ green 133 ◦ blue 94

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

Shades of Twine #BE855E

Tints of Twine #BE855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 45.56%
G = 31.89%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE855E (or 0xBE855E) is known color: Twine. HEX triplet: BE, 85 and 5E. RGB value is (190,133,94). Sum of RGB (Red+Green+Blue) = 190+133+94=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE855E is #417AA1. Grayscale: #919191. Windows color (decimal): -4291234 or 6194622. OLE color: 6194622.

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

Color convert

RGB 190 133 94 -
CMYK 0 0.3 0.51 0.25
HSL 24.38º 0.42% 0.56% -
HSV(B) 24.38º 0.51% 0.75% -
XYZ 31.64 28.53 14.43 -
YUV 145.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 190 133 94 0 0.3 0.51 0.25 24.38 0.42 0.56
Hex BE 85 5E 0 1E 33 19 18 2A 38
Octal 276 205 136 0 36 63 31 30 52 70
Binary 10111110 10000101 1011110 0 11110 110011 11001 11000 101010 111000

Color Harmonies of #BE855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE855E

Black with #BE855E

Text Example


Text Example

White with #BE855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE855E; }

 p { color: rgb(190,133,94); }

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

background-color css

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

 a { background-color: rgb(190,133,94); }

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

border-color css

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

 span { border-color: rgb(190,133,94); }

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