Html Css Color HEX #BC5835 Smoke Tree

📋 copy color: '#BC5835'

red 188 ◦ green 88 ◦ blue 53

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

Shades of Smoke Tree #BC5835

Tints of Smoke Tree #BC5835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 57.14%
G = 26.75%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5835 (or 0xBC5835) is known color: Smoke Tree. HEX triplet: BC, 58 and 35. RGB value is (188,88,53). Sum of RGB (Red+Green+Blue) = 188+88+53=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5835 is #43A7CA. Grayscale: #727272. Windows color (decimal): -4433867 or 3496124. OLE color: 3496124.

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

Color convert

RGB 188 88 53 -
CMYK 0 0.53 0.72 0.26
HSL 15.56º 0.56% 0.47% -
HSV(B) 15.56º 0.72% 0.74% -
XYZ 24.87 17.93 5.52 -
YUV 113.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 188 88 53 0 0.53 0.72 0.26 15.56 0.56 0.47
Hex BC 58 35 0 35 48 1A 10 38 2F
Octal 274 130 65 0 65 110 32 20 70 57
Binary 10111100 1011000 110101 0 110101 1001000 11010 10000 111000 101111

Color Harmonies of #BC5835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5835

Black with #BC5835

Text Example


Text Example

White with #BC5835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5835; }

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

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

background-color css

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

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

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

border-color css

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

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

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