Html Css Color HEX #BC592E Smoke Tree

📋 copy color: '#BC592E'

red 188 ◦ green 89 ◦ blue 46

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

Shades of Smoke Tree #BC592E

Tints of Smoke Tree #BC592E

RGB

 RED value IS 188 (73.83% from 255) = 58.2%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 58.2%
G = 27.55%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC592E (or 0xBC592E) is known color: Smoke Tree. HEX triplet: BC, 59 and 2E. RGB value is (188,89,46). Sum of RGB (Red+Green+Blue) = 188+89+46=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC592E is #43A6D1. Grayscale: #717171. Windows color (decimal): -4433618 or 3037628. OLE color: 3037628.

HSL color Cylindrical-coordinate representation of color #BC592E: hue angle of 18.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC592E is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 46 -
CMYK 0 0.53 0.76 0.26
HSL 18.17º 0.61% 0.46% -
HSV(B) 18.17º 0.76% 0.74% -
XYZ 24.8 18.03 4.76 -
YUV 113.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 188 89 46 0 0.53 0.76 0.26 18.17 0.61 0.46
Hex BC 59 2E 0 35 4C 1A 12 3D 2E
Octal 274 131 56 0 65 114 32 22 75 56
Binary 10111100 1011001 101110 0 110101 1001100 11010 10010 111101 101110

Color Harmonies of #BC592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC592E

Black with #BC592E

Text Example


Text Example

White with #BC592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC592E; }

 p { color: rgb(188,89,46); }

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

background-color css

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

 a { background-color: rgb(188,89,46); }

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

border-color css

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

 span { border-color: rgb(188,89,46); }

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