Html Css Color HEX #BC552E Smoke Tree

📋 copy color: '#BC552E'

red 188 ◦ green 85 ◦ blue 46

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

Shades of Smoke Tree #BC552E

Tints of Smoke Tree #BC552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 58.93%
G = 26.65%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC552E (or 0xBC552E) is known color: Smoke Tree. HEX triplet: BC, 55 and 2E. RGB value is (188,85,46). Sum of RGB (Red+Green+Blue) = 188+85+46=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC552E is #43AAD1. Grayscale: #6F6F6F. Windows color (decimal): -4434642 or 3036604. OLE color: 3036604.

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

Color convert

RGB 188 85 46 -
CMYK 0 0.55 0.76 0.26
HSL 16.48º 0.61% 0.46% -
HSV(B) 16.48º 0.76% 0.74% -
XYZ 24.48 17.39 4.65 -
YUV 111.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 188 85 46 0 0.55 0.76 0.26 16.48 0.61 0.46
Hex BC 55 2E 0 37 4C 1A 10 3D 2E
Octal 274 125 56 0 67 114 32 20 75 56
Binary 10111100 1010101 101110 0 110111 1001100 11010 10000 111101 101110

Color Harmonies of #BC552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC552E

Black with #BC552E

Text Example


Text Example

White with #BC552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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