Html Css Color HEX #BE8554 Twine

📋 copy color: '#BE8554'

red 190 ◦ green 133 ◦ blue 84

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

Shades of Twine #BE8554

Tints of Twine #BE8554

RGB

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

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

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

R = 46.68%
G = 32.68%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE8554 (or 0xBE8554) is known color: Twine. HEX triplet: BE, 85 and 54. RGB value is (190,133,84). Sum of RGB (Red+Green+Blue) = 190+133+84=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8554 is #417AAB. Grayscale: #909090. Windows color (decimal): -4291244 or 5539262. OLE color: 5539262.

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

Color convert

RGB 190 133 84 -
CMYK 0 0.3 0.56 0.25
HSL 27.74º 0.45% 0.54% -
HSV(B) 27.74º 0.56% 0.75% -
XYZ 31.22 28.36 12.22 -
YUV 144.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 190 133 84 0 0.3 0.56 0.25 27.74 0.45 0.54
Hex BE 85 54 0 1E 38 19 1C 2D 36
Octal 276 205 124 0 36 70 31 34 55 66
Binary 10111110 10000101 1010100 0 11110 111000 11001 11100 101101 110110

Color Harmonies of #BE8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8554

Black with #BE8554

Text Example


Text Example

White with #BE8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8554; }

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

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

background-color css

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

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

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

border-color css

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

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

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