Html Css Color HEX #BC5C2A Smoke Tree

📋 copy color: '#BC5C2A'

red 188 ◦ green 92 ◦ blue 42

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

Shades of Smoke Tree #BC5C2A

Tints of Smoke Tree #BC5C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 58.39%
G = 28.57%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC5C2A (or 0xBC5C2A) is known color: Smoke Tree. HEX triplet: BC, 5C and 2A. RGB value is (188,92,42). Sum of RGB (Red+Green+Blue) = 188+92+42=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C2A is #43A3D5. Grayscale: #737373. Windows color (decimal): -4432854 or 2776252. OLE color: 2776252.

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

Color convert

RGB 188 92 42 -
CMYK 0 0.51 0.78 0.26
HSL 20.55º 0.63% 0.45% -
HSV(B) 20.55º 0.78% 0.74% -
XYZ 24.98 18.51 4.45 -
YUV 115 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 188 92 42 0 0.51 0.78 0.26 20.55 0.63 0.45
Hex BC 5C 2A 0 33 4E 1A 15 3F 2D
Octal 274 134 52 0 63 116 32 25 77 55
Binary 10111100 1011100 101010 0 110011 1001110 11010 10101 111111 101101

Color Harmonies of #BC5C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C2A

Black with #BC5C2A

Text Example


Text Example

White with #BC5C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C2A; }

 p { color: rgb(188,92,42); }

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

background-color css

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

 a { background-color: rgb(188,92,42); }

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

border-color css

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

 span { border-color: rgb(188,92,42); }

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