Html Css Color HEX #BC5A36 Smoke Tree

📋 copy color: '#BC5A36'

red 188 ◦ green 90 ◦ blue 54

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

Shades of Smoke Tree #BC5A36

Tints of Smoke Tree #BC5A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 56.63%
G = 27.11%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC5A36 (or 0xBC5A36) is known color: Smoke Tree. HEX triplet: BC, 5A and 36. RGB value is (188,90,54). Sum of RGB (Red+Green+Blue) = 188+90+54=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A36 is #43A5C9. Grayscale: #737373. Windows color (decimal): -4433354 or 3562172. OLE color: 3562172.

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

Color convert

RGB 188 90 54 -
CMYK 0 0.52 0.71 0.26
HSL 16.12º 0.55% 0.47% -
HSV(B) 16.12º 0.71% 0.74% -
XYZ 25.06 18.27 5.7 -
YUV 115.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 188 90 54 0 0.52 0.71 0.26 16.12 0.55 0.47
Hex BC 5A 36 0 34 47 1A 10 37 2F
Octal 274 132 66 0 64 107 32 20 67 57
Binary 10111100 1011010 110110 0 110100 1000111 11010 10000 110111 101111

Color Harmonies of #BC5A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A36

Black with #BC5A36

Text Example


Text Example

White with #BC5A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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