Html Css Color HEX #BE8552 Twine

📋 copy color: '#BE8552'

red 190 ◦ green 133 ◦ blue 82

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

Shades of Twine #BE8552

Tints of Twine #BE8552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 46.91%
G = 32.84%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE8552 (or 0xBE8552) is known color: Twine. HEX triplet: BE, 85 and 52. RGB value is (190,133,82). Sum of RGB (Red+Green+Blue) = 190+133+82=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8552 is #417AAD. Grayscale: #909090. Windows color (decimal): -4291246 or 5408190. OLE color: 5408190.

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

Color convert

RGB 190 133 82 -
CMYK 0 0.3 0.57 0.25
HSL 28.33º 0.45% 0.53% -
HSV(B) 28.33º 0.57% 0.75% -
XYZ 31.15 28.33 11.81 -
YUV 144.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 190 133 82 0 0.3 0.57 0.25 28.33 0.45 0.53
Hex BE 85 52 0 1E 39 19 1C 2D 35
Octal 276 205 122 0 36 71 31 34 55 65
Binary 10111110 10000101 1010010 0 11110 111001 11001 11100 101101 110101

Color Harmonies of #BE8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8552

Black with #BE8552

Text Example


Text Example

White with #BE8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8552; }

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

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

background-color css

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

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

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

border-color css

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

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

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