Html Css Color HEX #BC5A2F Smoke Tree

📋 copy color: '#BC5A2F'

red 188 ◦ green 90 ◦ blue 47

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

Shades of Smoke Tree #BC5A2F

Tints of Smoke Tree #BC5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 57.85%
G = 27.69%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC5A2F (or 0xBC5A2F) is known color: Smoke Tree. HEX triplet: BC, 5A and 2F. RGB value is (188,90,47). Sum of RGB (Red+Green+Blue) = 188+90+47=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A2F is #43A5D0. Grayscale: #727272. Windows color (decimal): -4433361 or 3103420. OLE color: 3103420.

HSL color Cylindrical-coordinate representation of color #BC5A2F: hue angle of 18.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC5A2F is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 90 47 -
CMYK 0 0.52 0.75 0.26
HSL 18.3º 0.6% 0.46% -
HSV(B) 18.3º 0.75% 0.74% -
XYZ 24.91 18.21 4.89 -
YUV 114.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 188 90 47 0 0.52 0.75 0.26 18.3 0.6 0.46
Hex BC 5A 2F 0 34 4B 1A 12 3C 2E
Octal 274 132 57 0 64 113 32 22 74 56
Binary 10111100 1011010 101111 0 110100 1001011 11010 10010 111100 101110

Color Harmonies of #BC5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A2F

Black with #BC5A2F

Text Example


Text Example

White with #BC5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A2F; }

 p { color: rgb(188,90,47); }

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

background-color css

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

 a { background-color: rgb(188,90,47); }

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

border-color css

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

 span { border-color: rgb(188,90,47); }

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