Html Css Color HEX #BC5D33 Smoke Tree

📋 copy color: '#BC5D33'

red 188 ◦ green 93 ◦ blue 51

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

Shades of Smoke Tree #BC5D33

Tints of Smoke Tree #BC5D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 56.63%
G = 28.01%
B = 15.36%

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

#BC5D33 (or 0xBC5D33) is known color: Smoke Tree. HEX triplet: BC, 5D and 33. RGB value is (188,93,51). Sum of RGB (Red+Green+Blue) = 188+93+51=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D33 is #43A2CC. Grayscale: #747474. Windows color (decimal): -4432589 or 3366332. OLE color: 3366332.

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

Color convert

RGB 188 93 51 -
CMYK 0 0.51 0.73 0.26
HSL 18.39º 0.57% 0.47% -
HSV(B) 18.39º 0.73% 0.74% -
XYZ 25.25 18.76 5.42 -
YUV 116.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 188 93 51 0 0.51 0.73 0.26 18.39 0.57 0.47
Hex BC 5D 33 0 33 49 1A 12 39 2F
Octal 274 135 63 0 63 111 32 22 71 57
Binary 10111100 1011101 110011 0 110011 1001001 11010 10010 111001 101111

Color Harmonies of #BC5D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D33

Black with #BC5D33

Text Example


Text Example

White with #BC5D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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