Html Css Color HEX #BE562A Smoke Tree

📋 copy color: '#BE562A'

red 190 ◦ green 86 ◦ blue 42

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

Shades of Smoke Tree #BE562A

Tints of Smoke Tree #BE562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 59.75%
G = 27.04%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE562A (or 0xBE562A) is known color: Smoke Tree. HEX triplet: BE, 56 and 2A. RGB value is (190,86,42). Sum of RGB (Red+Green+Blue) = 190+86+42=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE562A is #41A9D5. Grayscale: #707070. Windows color (decimal): -4303318 or 2774718. OLE color: 2774718.

HSL color Cylindrical-coordinate representation of color #BE562A: hue angle of 17.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE562A is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 42 -
CMYK 0 0.55 0.78 0.25
HSL 17.84º 0.64% 0.45% -
HSV(B) 17.84º 0.78% 0.75% -
XYZ 24.98 17.77 4.3 -
YUV 112.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 190 86 42 0 0.55 0.78 0.25 17.84 0.64 0.45
Hex BE 56 2A 0 37 4E 19 12 40 2D
Octal 276 126 52 0 67 116 31 22 100 55
Binary 10111110 1010110 101010 0 110111 1001110 11001 10010 1000000 101101

Color Harmonies of #BE562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE562A

Black with #BE562A

Text Example


Text Example

White with #BE562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE562A; }

 p { color: rgb(190,86,42); }

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

background-color css

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

 a { background-color: rgb(190,86,42); }

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

border-color css

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

 span { border-color: rgb(190,86,42); }

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