Html Css Color HEX #BC5733 Smoke Tree

📋 copy color: '#BC5733'

red 188 ◦ green 87 ◦ blue 51

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

Shades of Smoke Tree #BC5733

Tints of Smoke Tree #BC5733

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

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

R = 57.67%
G = 26.69%
B = 15.64%

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

#BC5733 (or 0xBC5733) is known color: Smoke Tree. HEX triplet: BC, 57 and 33. RGB value is (188,87,51). Sum of RGB (Red+Green+Blue) = 188+87+51=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5733 is #43A8CC. Grayscale: #717171. Windows color (decimal): -4434125 or 3364796. OLE color: 3364796.

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

Color convert

RGB 188 87 51 -
CMYK 0 0.54 0.73 0.26
HSL 15.77º 0.57% 0.47% -
HSV(B) 15.77º 0.73% 0.74% -
XYZ 24.74 17.75 5.25 -
YUV 113.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 188 87 51 0 0.54 0.73 0.26 15.77 0.57 0.47
Hex BC 57 33 0 36 49 1A 10 39 2F
Octal 274 127 63 0 66 111 32 20 71 57
Binary 10111100 1010111 110011 0 110110 1001001 11010 10000 111001 101111

Color Harmonies of #BC5733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5733

Black with #BC5733

Text Example


Text Example

White with #BC5733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5733; }

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

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

background-color css

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

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

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

border-color css

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

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

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