Html Css Color HEX #BC582C Smoke Tree

📋 copy color: '#BC582C'

red 188 ◦ green 88 ◦ blue 44

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

Shades of Smoke Tree #BC582C

Tints of Smoke Tree #BC582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 58.75%
G = 27.5%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC582C (or 0xBC582C) is known color: Smoke Tree. HEX triplet: BC, 58 and 2C. RGB value is (188,88,44). Sum of RGB (Red+Green+Blue) = 188+88+44=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC582C is #43A7D3. Grayscale: #717171. Windows color (decimal): -4433876 or 2906300. OLE color: 2906300.

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

Color convert

RGB 188 88 44 -
CMYK 0 0.53 0.77 0.26
HSL 18.33º 0.62% 0.45% -
HSV(B) 18.33º 0.77% 0.74% -
XYZ 24.68 17.85 4.53 -
YUV 112.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 188 88 44 0 0.53 0.77 0.26 18.33 0.62 0.45
Hex BC 58 2C 0 35 4D 1A 12 3E 2D
Octal 274 130 54 0 65 115 32 22 76 55
Binary 10111100 1011000 101100 0 110101 1001101 11010 10010 111110 101101

Color Harmonies of #BC582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC582C

Black with #BC582C

Text Example


Text Example

White with #BC582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC582C; }

 p { color: rgb(188,88,44); }

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

background-color css

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

 a { background-color: rgb(188,88,44); }

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

border-color css

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

 span { border-color: rgb(188,88,44); }

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