Html Css Color HEX #BC582B Smoke Tree

📋 copy color: '#BC582B'

red 188 ◦ green 88 ◦ blue 43

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

Shades of Smoke Tree #BC582B

Tints of Smoke Tree #BC582B

RGB

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

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

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

R = 58.93%
G = 27.59%
B = 13.48%

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

#BC582B (or 0xBC582B) is known color: Smoke Tree. HEX triplet: BC, 58 and 2B. RGB value is (188,88,43). Sum of RGB (Red+Green+Blue) = 188+88+43=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC582B is #43A7D4. Grayscale: #717171. Windows color (decimal): -4433877 or 2840764. OLE color: 2840764.

HSL color Cylindrical-coordinate representation of color #BC582B: hue angle of 18.62º degrees, saturation: 0.63, 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 #BC582B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 43 -
CMYK 0 0.53 0.77 0.26
HSL 18.62º 0.63% 0.45% -
HSV(B) 18.62º 0.77% 0.74% -
XYZ 24.66 17.85 4.43 -
YUV 112.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 188 88 43 0 0.53 0.77 0.26 18.62 0.63 0.45
Hex BC 58 2B 0 35 4D 1A 13 3F 2D
Octal 274 130 53 0 65 115 32 23 77 55
Binary 10111100 1011000 101011 0 110101 1001101 11010 10011 111111 101101

Color Harmonies of #BC582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC582B

Black with #BC582B

Text Example


Text Example

White with #BC582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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