Html Css Color HEX #BE8450 Twine

📋 copy color: '#BE8450'

red 190 ◦ green 132 ◦ blue 80

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

Shades of Twine #BE8450

Tints of Twine #BE8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 47.26%
G = 32.84%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE8450 (or 0xBE8450) is known color: Twine. HEX triplet: BE, 84 and 50. RGB value is (190,132,80). Sum of RGB (Red+Green+Blue) = 190+132+80=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8450 is #417BAF. Grayscale: #8F8F8F. Windows color (decimal): -4291504 or 5276862. OLE color: 5276862.

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

Color convert

RGB 190 132 80 -
CMYK 0 0.31 0.58 0.25
HSL 28.36º 0.46% 0.53% -
HSV(B) 28.36º 0.58% 0.75% -
XYZ 30.93 28.03 11.37 -
YUV 143.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 190 132 80 0 0.31 0.58 0.25 28.36 0.46 0.53
Hex BE 84 50 0 1F 3A 19 1C 2E 35
Octal 276 204 120 0 37 72 31 34 56 65
Binary 10111110 10000100 1010000 0 11111 111010 11001 11100 101110 110101

Color Harmonies of #BE8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8450

Black with #BE8450

Text Example


Text Example

White with #BE8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8450; }

 p { color: rgb(190,132,80); }

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

background-color css

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

 a { background-color: rgb(190,132,80); }

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

border-color css

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

 span { border-color: rgb(190,132,80); }

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