Html Css Color HEX #BC5D32 Smoke Tree

📋 copy color: '#BC5D32'

red 188 ◦ green 93 ◦ blue 50

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

Shades of Smoke Tree #BC5D32

Tints of Smoke Tree #BC5D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 56.8%
G = 28.1%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC5D32 (or 0xBC5D32) is known color: Smoke Tree. HEX triplet: BC, 5D and 32. RGB value is (188,93,50). Sum of RGB (Red+Green+Blue) = 188+93+50=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D32 is #43A2CD. Grayscale: #747474. Windows color (decimal): -4432590 or 3300796. OLE color: 3300796.

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

Color convert

RGB 188 93 50 -
CMYK 0 0.51 0.73 0.26
HSL 18.7º 0.58% 0.47% -
HSV(B) 18.7º 0.73% 0.74% -
XYZ 25.23 18.75 5.31 -
YUV 116.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 188 93 50 0 0.51 0.73 0.26 18.7 0.58 0.47
Hex BC 5D 32 0 33 49 1A 13 3A 2F
Octal 274 135 62 0 63 111 32 23 72 57
Binary 10111100 1011101 110010 0 110011 1001001 11010 10011 111010 101111

Color Harmonies of #BC5D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D32

Black with #BC5D32

Text Example


Text Example

White with #BC5D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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