Html Css Color HEX #BE552C Smoke Tree

📋 copy color: '#BE552C'

red 190 ◦ green 85 ◦ blue 44

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

Shades of Smoke Tree #BE552C

Tints of Smoke Tree #BE552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 59.56%
G = 26.65%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE552C (or 0xBE552C) is known color: Smoke Tree. HEX triplet: BE, 55 and 2C. RGB value is (190,85,44). Sum of RGB (Red+Green+Blue) = 190+85+44=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE552C is #41AAD3. Grayscale: #6F6F6F. Windows color (decimal): -4303572 or 2905534. OLE color: 2905534.

HSL color Cylindrical-coordinate representation of color #BE552C: hue angle of 16.85º degrees, saturation: 0.62, 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 #BE552C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 44 -
CMYK 0 0.55 0.77 0.25
HSL 16.85º 0.62% 0.46% -
HSV(B) 16.85º 0.77% 0.75% -
XYZ 24.94 17.63 4.47 -
YUV 111.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 190 85 44 0 0.55 0.77 0.25 16.85 0.62 0.46
Hex BE 55 2C 0 37 4D 19 11 3E 2E
Octal 276 125 54 0 67 115 31 21 76 56
Binary 10111110 1010101 101100 0 110111 1001101 11001 10001 111110 101110

Color Harmonies of #BE552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE552C

Black with #BE552C

Text Example


Text Example

White with #BE552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE552C; }

 p { color: rgb(190,85,44); }

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

background-color css

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

 a { background-color: rgb(190,85,44); }

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

border-color css

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

 span { border-color: rgb(190,85,44); }

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