Html Css Color HEX #BC5531 Smoke Tree

📋 copy color: '#BC5531'

red 188 ◦ green 85 ◦ blue 49

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

Shades of Smoke Tree #BC5531

Tints of Smoke Tree #BC5531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 58.39%
G = 26.4%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5531 (or 0xBC5531) is known color: Smoke Tree. HEX triplet: BC, 55 and 31. RGB value is (188,85,49). Sum of RGB (Red+Green+Blue) = 188+85+49=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5531 is #43AACE. Grayscale: #6F6F6F. Windows color (decimal): -4434639 or 3233212. OLE color: 3233212.

HSL color Cylindrical-coordinate representation of color #BC5531: hue angle of 15.54º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5531 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 49 -
CMYK 0 0.55 0.74 0.26
HSL 15.54º 0.59% 0.46% -
HSV(B) 15.54º 0.74% 0.74% -
XYZ 24.54 17.41 4.97 -
YUV 111.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 188 85 49 0 0.55 0.74 0.26 15.54 0.59 0.46
Hex BC 55 31 0 37 4A 1A 10 3B 2E
Octal 274 125 61 0 67 112 32 20 73 56
Binary 10111100 1010101 110001 0 110111 1001010 11010 10000 111011 101110

Color Harmonies of #BC5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5531

Black with #BC5531

Text Example


Text Example

White with #BC5531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5531; }

 p { color: rgb(188,85,49); }

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

background-color css

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

 a { background-color: rgb(188,85,49); }

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

border-color css

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

 span { border-color: rgb(188,85,49); }

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