Html Css Color HEX #BC5633 Smoke Tree

📋 copy color: '#BC5633'

red 188 ◦ green 86 ◦ blue 51

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

Shades of Smoke Tree #BC5633

Tints of Smoke Tree #BC5633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 57.85%
G = 26.46%
B = 15.69%

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

#BC5633 (or 0xBC5633) is known color: Smoke Tree. HEX triplet: BC, 56 and 33. RGB value is (188,86,51). Sum of RGB (Red+Green+Blue) = 188+86+51=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5633 is #43A9CC. Grayscale: #707070. Windows color (decimal): -4434381 or 3364540. OLE color: 3364540.

HSL color Cylindrical-coordinate representation of color #BC5633: hue angle of 15.33º degrees, saturation: 0.57, 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 #BC5633 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 51 -
CMYK 0 0.54 0.73 0.26
HSL 15.33º 0.57% 0.47% -
HSV(B) 15.33º 0.73% 0.74% -
XYZ 24.66 17.59 5.23 -
YUV 112.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 188 86 51 0 0.54 0.73 0.26 15.33 0.57 0.47
Hex BC 56 33 0 36 49 1A F 39 2F
Octal 274 126 63 0 66 111 32 17 71 57
Binary 10111100 1010110 110011 0 110110 1001001 11010 1111 111001 101111

Color Harmonies of #BC5633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5633

Black with #BC5633

Text Example


Text Example

White with #BC5633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5633; }

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

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

background-color css

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

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

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

border-color css

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

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

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