Html Css Color HEX #BC5F34 Smoke Tree

📋 copy color: '#BC5F34'

red 188 ◦ green 95 ◦ blue 52

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

Shades of Smoke Tree #BC5F34

Tints of Smoke Tree #BC5F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 56.12%
G = 28.36%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5F34 (or 0xBC5F34) is known color: Smoke Tree. HEX triplet: BC, 5F and 34. RGB value is (188,95,52). Sum of RGB (Red+Green+Blue) = 188+95+52=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F34 is #43A0CB. Grayscale: #767676. Windows color (decimal): -4432076 or 3432380. OLE color: 3432380.

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

Color convert

RGB 188 95 52 -
CMYK 0 0.49 0.72 0.26
HSL 18.97º 0.57% 0.47% -
HSV(B) 18.97º 0.72% 0.74% -
XYZ 25.45 19.12 5.6 -
YUV 117.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 188 95 52 0 0.49 0.72 0.26 18.97 0.57 0.47
Hex BC 5F 34 0 31 48 1A 13 39 2F
Octal 274 137 64 0 61 110 32 23 71 57
Binary 10111100 1011111 110100 0 110001 1001000 11010 10011 111001 101111

Color Harmonies of #BC5F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F34

Black with #BC5F34

Text Example


Text Example

White with #BC5F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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