Html Css Color HEX #BE6640 Smoke Tree

📋 copy color: '#BE6640'

red 190 ◦ green 102 ◦ blue 64

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

Shades of Smoke Tree #BE6640

Tints of Smoke Tree #BE6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 53.37%
G = 28.65%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE6640 (or 0xBE6640) is known color: Smoke Tree. HEX triplet: BE, 66 and 40. RGB value is (190,102,64). Sum of RGB (Red+Green+Blue) = 190+102+64=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6640 is #4199BF. Grayscale: #7C7C7C. Windows color (decimal): -4299200 or 4220606. OLE color: 4220606.

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

Color convert

RGB 190 102 64 -
CMYK 0 0.46 0.66 0.25
HSL 18.1º 0.5% 0.5% -
HSV(B) 18.1º 0.66% 0.75% -
XYZ 26.91 20.82 7.45 -
YUV 123.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 190 102 64 0 0.46 0.66 0.25 18.1 0.5 0.5
Hex BE 66 40 0 2E 42 19 12 32 32
Octal 276 146 100 0 56 102 31 22 62 62
Binary 10111110 1100110 1000000 0 101110 1000010 11001 10010 110010 110010

Color Harmonies of #BE6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6640

Black with #BE6640

Text Example


Text Example

White with #BE6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6640; }

 p { color: rgb(190,102,64); }

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

background-color css

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

 a { background-color: rgb(190,102,64); }

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

border-color css

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

 span { border-color: rgb(190,102,64); }

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