Html Css Color HEX #BC5730 Smoke Tree

📋 copy color: '#BC5730'

red 188 ◦ green 87 ◦ blue 48

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

Shades of Smoke Tree #BC5730

Tints of Smoke Tree #BC5730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 58.2%
G = 26.93%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5730 (or 0xBC5730) is known color: Smoke Tree. HEX triplet: BC, 57 and 30. RGB value is (188,87,48). Sum of RGB (Red+Green+Blue) = 188+87+48=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5730 is #43A8CF. Grayscale: #717171. Windows color (decimal): -4434128 or 3168188. OLE color: 3168188.

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

Color convert

RGB 188 87 48 -
CMYK 0 0.54 0.74 0.26
HSL 16.71º 0.59% 0.46% -
HSV(B) 16.71º 0.74% 0.74% -
XYZ 24.68 17.72 4.92 -
YUV 112.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 188 87 48 0 0.54 0.74 0.26 16.71 0.59 0.46
Hex BC 57 30 0 36 4A 1A 11 3B 2E
Octal 274 127 60 0 66 112 32 21 73 56
Binary 10111100 1010111 110000 0 110110 1001010 11010 10001 111011 101110

Color Harmonies of #BC5730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5730

Black with #BC5730

Text Example


Text Example

White with #BC5730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5730; }

 p { color: rgb(188,87,48); }

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

background-color css

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

 a { background-color: rgb(188,87,48); }

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

border-color css

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

 span { border-color: rgb(188,87,48); }

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