Html Css Color HEX #BE552B Smoke Tree

📋 copy color: '#BE552B'

red 190 ◦ green 85 ◦ blue 43

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

Shades of Smoke Tree #BE552B

Tints of Smoke Tree #BE552B

RGB

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

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

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

R = 59.75%
G = 26.73%
B = 13.52%

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

#BE552B (or 0xBE552B) is known color: Smoke Tree. HEX triplet: BE, 55 and 2B. RGB value is (190,85,43). Sum of RGB (Red+Green+Blue) = 190+85+43=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE552B is #41AAD4. Grayscale: #6F6F6F. Windows color (decimal): -4303573 or 2839998. OLE color: 2839998.

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

Color convert

RGB 190 85 43 -
CMYK 0 0.55 0.77 0.25
HSL 17.14º 0.63% 0.46% -
HSV(B) 17.14º 0.77% 0.75% -
XYZ 24.92 17.62 4.37 -
YUV 111.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 190 85 43 0 0.55 0.77 0.25 17.14 0.63 0.46
Hex BE 55 2B 0 37 4D 19 11 3F 2E
Octal 276 125 53 0 67 115 31 21 77 56
Binary 10111110 1010101 101011 0 110111 1001101 11001 10001 111111 101110

Color Harmonies of #BE552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE552B

Black with #BE552B

Text Example


Text Example

White with #BE552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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