Html Css Color HEX #BC5E35 Smoke Tree

📋 copy color: '#BC5E35'

red 188 ◦ green 94 ◦ blue 53

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

Shades of Smoke Tree #BC5E35

Tints of Smoke Tree #BC5E35

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 56.12%
G = 28.06%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5E35 (or 0xBC5E35) is known color: Smoke Tree. HEX triplet: BC, 5E and 35. RGB value is (188,94,53). Sum of RGB (Red+Green+Blue) = 188+94+53=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E35 is #43A1CA. Grayscale: #757575. Windows color (decimal): -4432331 or 3497660. OLE color: 3497660.

HSL color Cylindrical-coordinate representation of color #BC5E35: hue angle of 18.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5E35 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 53 -
CMYK 0 0.50 0.72 0.26
HSL 18.22º 0.56% 0.47% -
HSV(B) 18.22º 0.72% 0.74% -
XYZ 25.38 18.95 5.69 -
YUV 117.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 188 94 53 0 0.50 0.72 0.26 18.22 0.56 0.47
Hex BC 5E 35 0 32 48 1A 12 38 2F
Octal 274 136 65 0 62 110 32 22 70 57
Binary 10111100 1011110 110101 0 110010 1001000 11010 10010 111000 101111

Color Harmonies of #BC5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E35

Black with #BC5E35

Text Example


Text Example

White with #BC5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E35; }

 p { color: rgb(188,94,53); }

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

background-color css

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

 a { background-color: rgb(188,94,53); }

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

border-color css

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

 span { border-color: rgb(188,94,53); }

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