Html Css Color HEX #BE865A Twine

📋 copy color: '#BE865A'

red 190 ◦ green 134 ◦ blue 90

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

Shades of Twine #BE865A

Tints of Twine #BE865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 45.89%
G = 32.37%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE865A (or 0xBE865A) is known color: Twine. HEX triplet: BE, 86 and 5A. RGB value is (190,134,90). Sum of RGB (Red+Green+Blue) = 190+134+90=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE865A is #4179A5. Grayscale: #919191. Windows color (decimal): -4290982 or 5932734. OLE color: 5932734.

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

Color convert

RGB 190 134 90 -
CMYK 0 0.29 0.53 0.25
HSL 26.4º 0.43% 0.55% -
HSV(B) 26.4º 0.53% 0.75% -
XYZ 31.61 28.74 13.55 -
YUV 145.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 190 134 90 0 0.29 0.53 0.25 26.4 0.43 0.55
Hex BE 86 5A 0 1D 35 19 1A 2B 37
Octal 276 206 132 0 35 65 31 32 53 67
Binary 10111110 10000110 1011010 0 11101 110101 11001 11010 101011 110111

Color Harmonies of #BE865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE865A

Black with #BE865A

Text Example


Text Example

White with #BE865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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