Html Css Color HEX #BE8054 Twine

📋 copy color: '#BE8054'

red 190 ◦ green 128 ◦ blue 84

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

Shades of Twine #BE8054

Tints of Twine #BE8054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 47.26%
G = 31.84%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE8054 (or 0xBE8054) is known color: Twine. HEX triplet: BE, 80 and 54. RGB value is (190,128,84). Sum of RGB (Red+Green+Blue) = 190+128+84=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8054 is #417FAB. Grayscale: #8D8D8D. Windows color (decimal): -4292524 or 5537982. OLE color: 5537982.

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

Color convert

RGB 190 128 84 -
CMYK 0 0.33 0.56 0.25
HSL 24.91º 0.45% 0.54% -
HSV(B) 24.91º 0.56% 0.75% -
XYZ 30.55 27.03 11.99 -
YUV 141.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 190 128 84 0 0.33 0.56 0.25 24.91 0.45 0.54
Hex BE 80 54 0 21 38 19 19 2D 36
Octal 276 200 124 0 41 70 31 31 55 66
Binary 10111110 10000000 1010100 0 100001 111000 11001 11001 101101 110110

Color Harmonies of #BE8054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8054

Black with #BE8054

Text Example


Text Example

White with #BE8054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8054; }

 p { color: rgb(190,128,84); }

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

background-color css

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

 a { background-color: rgb(190,128,84); }

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

border-color css

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

 span { border-color: rgb(190,128,84); }

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