Html Css Color HEX #BE6535 Smoke Tree

📋 copy color: '#BE6535'

red 190 ◦ green 101 ◦ blue 53

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

Shades of Smoke Tree #BE6535

Tints of Smoke Tree #BE6535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 55.23%
G = 29.36%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE6535 (or 0xBE6535) is known color: Smoke Tree. HEX triplet: BE, 65 and 35. RGB value is (190,101,53). Sum of RGB (Red+Green+Blue) = 190+101+53=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6535 is #419ACA. Grayscale: #7A7A7A. Windows color (decimal): -4299467 or 3499454. OLE color: 3499454.

HSL color Cylindrical-coordinate representation of color #BE6535: hue angle of 21.02º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE6535 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 101 53 -
CMYK 0 0.47 0.72 0.25
HSL 21.02º 0.56% 0.48% -
HSV(B) 21.02º 0.72% 0.75% -
XYZ 26.53 20.51 5.93 -
YUV 122.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 190 101 53 0 0.47 0.72 0.25 21.02 0.56 0.48
Hex BE 65 35 0 2F 48 19 15 38 30
Octal 276 145 65 0 57 110 31 25 70 60
Binary 10111110 1100101 110101 0 101111 1001000 11001 10101 111000 110000

Color Harmonies of #BE6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6535

Black with #BE6535

Text Example


Text Example

White with #BE6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6535; }

 p { color: rgb(190,101,53); }

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

background-color css

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

 a { background-color: rgb(190,101,53); }

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

border-color css

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

 span { border-color: rgb(190,101,53); }

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