Html Css Color HEX #BE5C2B Smoke Tree

📋 copy color: '#BE5C2B'

red 190 ◦ green 92 ◦ blue 43

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

Shades of Smoke Tree #BE5C2B

Tints of Smoke Tree #BE5C2B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 58.46%
G = 28.31%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE5C2B (or 0xBE5C2B) is known color: Smoke Tree. HEX triplet: BE, 5C and 2B. RGB value is (190,92,43). Sum of RGB (Red+Green+Blue) = 190+92+43=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2B is #41A3D4. Grayscale: #747474. Windows color (decimal): -4301781 or 2841790. OLE color: 2841790.

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

Color convert

RGB 190 92 43 -
CMYK 0 0.52 0.77 0.25
HSL 20º 0.63% 0.46% -
HSV(B) 20º 0.77% 0.75% -
XYZ 25.5 18.78 4.57 -
YUV 115.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 190 92 43 0 0.52 0.77 0.25 20 0.63 0.46
Hex BE 5C 2B 0 34 4D 19 14 3F 2E
Octal 276 134 53 0 64 115 31 24 77 56
Binary 10111110 1011100 101011 0 110100 1001101 11001 10100 111111 101110

Color Harmonies of #BE5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C2B

Black with #BE5C2B

Text Example


Text Example

White with #BE5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C2B; }

 p { color: rgb(190,92,43); }

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

background-color css

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

 a { background-color: rgb(190,92,43); }

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

border-color css

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

 span { border-color: rgb(190,92,43); }

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