Html Css Color HEX #BC5630 Smoke Tree

📋 copy color: '#BC5630'

red 188 ◦ green 86 ◦ blue 48

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

Shades of Smoke Tree #BC5630

Tints of Smoke Tree #BC5630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

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

R = 58.39%
G = 26.71%
B = 14.91%

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

#BC5630 (or 0xBC5630) is known color: Smoke Tree. HEX triplet: BC, 56 and 30. RGB value is (188,86,48). Sum of RGB (Red+Green+Blue) = 188+86+48=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5630 is #43A9CF. Grayscale: #707070. Windows color (decimal): -4434384 or 3167932. OLE color: 3167932.

HSL color Cylindrical-coordinate representation of color #BC5630: hue angle of 16.29º 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 #BC5630 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 48 -
CMYK 0 0.54 0.74 0.26
HSL 16.29º 0.59% 0.46% -
HSV(B) 16.29º 0.74% 0.74% -
XYZ 24.6 17.56 4.89 -
YUV 112.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 188 86 48 0 0.54 0.74 0.26 16.29 0.59 0.46
Hex BC 56 30 0 36 4A 1A 10 3B 2E
Octal 274 126 60 0 66 112 32 20 73 56
Binary 10111100 1010110 110000 0 110110 1001010 11010 10000 111011 101110

Color Harmonies of #BC5630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5630

Black with #BC5630

Text Example


Text Example

White with #BC5630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5630; }

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

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

background-color css

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

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

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

border-color css

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

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

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