Html Css Color HEX #BC5632 Smoke Tree

📋 copy color: '#BC5632'

red 188 ◦ green 86 ◦ blue 50

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

Shades of Smoke Tree #BC5632

Tints of Smoke Tree #BC5632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 58.02%
G = 26.54%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC5632 (or 0xBC5632) is known color: Smoke Tree. HEX triplet: BC, 56 and 32. RGB value is (188,86,50). Sum of RGB (Red+Green+Blue) = 188+86+50=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5632 is #43A9CD. Grayscale: #707070. Windows color (decimal): -4434382 or 3299004. OLE color: 3299004.

HSL color Cylindrical-coordinate representation of color #BC5632: hue angle of 15.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC5632 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 50 -
CMYK 0 0.54 0.73 0.26
HSL 15.65º 0.58% 0.47% -
HSV(B) 15.65º 0.73% 0.74% -
XYZ 24.64 17.58 5.11 -
YUV 112.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 188 86 50 0 0.54 0.73 0.26 15.65 0.58 0.47
Hex BC 56 32 0 36 49 1A 10 3A 2F
Octal 274 126 62 0 66 111 32 20 72 57
Binary 10111100 1010110 110010 0 110110 1001001 11010 10000 111010 101111

Color Harmonies of #BC5632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5632

Black with #BC5632

Text Example


Text Example

White with #BC5632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5632; }

 p { color: rgb(188,86,50); }

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

background-color css

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

 a { background-color: rgb(188,86,50); }

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

border-color css

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

 span { border-color: rgb(188,86,50); }

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