Html Css Color HEX #BC5F3D Smoke Tree

📋 copy color: '#BC5F3D'

red 188 ◦ green 95 ◦ blue 61

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

Shades of Smoke Tree #BC5F3D

Tints of Smoke Tree #BC5F3D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 54.65%
G = 27.62%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC5F3D (or 0xBC5F3D) is known color: Smoke Tree. HEX triplet: BC, 5F and 3D. RGB value is (188,95,61). Sum of RGB (Red+Green+Blue) = 188+95+61=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F3D is #43A0C2. Grayscale: #777777. Windows color (decimal): -4432067 or 4022204. OLE color: 4022204.

HSL color Cylindrical-coordinate representation of color #BC5F3D: hue angle of 16.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC5F3D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 95 61 -
CMYK 0 0.49 0.68 0.26
HSL 16.06º 0.51% 0.49% -
HSV(B) 16.06º 0.68% 0.74% -
XYZ 25.67 19.21 6.77 -
YUV 118.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 188 95 61 0 0.49 0.68 0.26 16.06 0.51 0.49
Hex BC 5F 3D 0 31 44 1A 10 33 31
Octal 274 137 75 0 61 104 32 20 63 61
Binary 10111100 1011111 111101 0 110001 1000100 11010 10000 110011 110001

Color Harmonies of #BC5F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F3D

Black with #BC5F3D

Text Example


Text Example

White with #BC5F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F3D; }

 p { color: rgb(188,95,61); }

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

background-color css

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

 a { background-color: rgb(188,95,61); }

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

border-color css

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

 span { border-color: rgb(188,95,61); }

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