Html Css Color HEX #BC5732 Smoke Tree

📋 copy color: '#BC5732'

red 188 ◦ green 87 ◦ blue 50

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

Shades of Smoke Tree #BC5732

Tints of Smoke Tree #BC5732

RGB

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

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

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

R = 57.85%
G = 26.77%
B = 15.38%

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

#BC5732 (or 0xBC5732) is known color: Smoke Tree. HEX triplet: BC, 57 and 32. RGB value is (188,87,50). Sum of RGB (Red+Green+Blue) = 188+87+50=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5732 is #43A8CD. Grayscale: #717171. Windows color (decimal): -4434126 or 3299260. OLE color: 3299260.

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

Color convert

RGB 188 87 50 -
CMYK 0 0.54 0.73 0.26
HSL 16.09º 0.58% 0.47% -
HSV(B) 16.09º 0.73% 0.74% -
XYZ 24.72 17.74 5.14 -
YUV 112.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 188 87 50 0 0.54 0.73 0.26 16.09 0.58 0.47
Hex BC 57 32 0 36 49 1A 10 3A 2F
Octal 274 127 62 0 66 111 32 20 72 57
Binary 10111100 1010111 110010 0 110110 1001001 11010 10000 111010 101111

Color Harmonies of #BC5732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5732

Black with #BC5732

Text Example


Text Example

White with #BC5732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5732; }

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

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

background-color css

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

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

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

border-color css

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

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

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