Html Css Color HEX #BC5A2D Smoke Tree

📋 copy color: '#BC5A2D'

red 188 ◦ green 90 ◦ blue 45

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

Shades of Smoke Tree #BC5A2D

Tints of Smoke Tree #BC5A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 58.2%
G = 27.86%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC5A2D (or 0xBC5A2D) is known color: Smoke Tree. HEX triplet: BC, 5A and 2D. RGB value is (188,90,45). Sum of RGB (Red+Green+Blue) = 188+90+45=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A2D is #43A5D2. Grayscale: #727272. Windows color (decimal): -4433363 or 2972348. OLE color: 2972348.

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

Color convert

RGB 188 90 45 -
CMYK 0 0.52 0.76 0.26
HSL 18.88º 0.61% 0.46% -
HSV(B) 18.88º 0.76% 0.74% -
XYZ 24.87 18.19 4.68 -
YUV 114.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 188 90 45 0 0.52 0.76 0.26 18.88 0.61 0.46
Hex BC 5A 2D 0 34 4C 1A 13 3D 2E
Octal 274 132 55 0 64 114 32 23 75 56
Binary 10111100 1011010 101101 0 110100 1001100 11010 10011 111101 101110

Color Harmonies of #BC5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A2D

Black with #BC5A2D

Text Example


Text Example

White with #BC5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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