Html Css Color HEX #BE8353 Twine

📋 copy color: '#BE8353'

red 190 ◦ green 131 ◦ blue 83

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

Shades of Twine #BE8353

Tints of Twine #BE8353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 47.03%
G = 32.43%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE8353 (or 0xBE8353) is known color: Twine. HEX triplet: BE, 83 and 53. RGB value is (190,131,83). Sum of RGB (Red+Green+Blue) = 190+131+83=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8353 is #417CAC. Grayscale: #8F8F8F. Windows color (decimal): -4291757 or 5473214. OLE color: 5473214.

HSL color Cylindrical-coordinate representation of color #BE8353: hue angle of 26.92º 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 #BE8353 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 83 -
CMYK 0 0.31 0.56 0.25
HSL 26.92º 0.45% 0.54% -
HSV(B) 26.92º 0.56% 0.75% -
XYZ 30.91 27.8 11.92 -
YUV 143.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 190 131 83 0 0.31 0.56 0.25 26.92 0.45 0.54
Hex BE 83 53 0 1F 38 19 1B 2D 36
Octal 276 203 123 0 37 70 31 33 55 66
Binary 10111110 10000011 1010011 0 11111 111000 11001 11011 101101 110110

Color Harmonies of #BE8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8353

Black with #BE8353

Text Example


Text Example

White with #BE8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8353; }

 p { color: rgb(190,131,83); }

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

background-color css

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

 a { background-color: rgb(190,131,83); }

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

border-color css

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

 span { border-color: rgb(190,131,83); }

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