Html Css Color HEX #BC5830 Smoke Tree

📋 copy color: '#BC5830'

red 188 ◦ green 88 ◦ blue 48

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

Shades of Smoke Tree #BC5830

Tints of Smoke Tree #BC5830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 58.02%
G = 27.16%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5830 (or 0xBC5830) is known color: Smoke Tree. HEX triplet: BC, 58 and 30. RGB value is (188,88,48). Sum of RGB (Red+Green+Blue) = 188+88+48=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5830 is #43A7CF. Grayscale: #717171. Windows color (decimal): -4433872 or 3168444. OLE color: 3168444.

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

Color convert

RGB 188 88 48 -
CMYK 0 0.53 0.74 0.26
HSL 17.14º 0.59% 0.46% -
HSV(B) 17.14º 0.74% 0.74% -
XYZ 24.76 17.88 4.94 -
YUV 113.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 188 88 48 0 0.53 0.74 0.26 17.14 0.59 0.46
Hex BC 58 30 0 35 4A 1A 11 3B 2E
Octal 274 130 60 0 65 112 32 21 73 56
Binary 10111100 1011000 110000 0 110101 1001010 11010 10001 111011 101110

Color Harmonies of #BC5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5830

Black with #BC5830

Text Example


Text Example

White with #BC5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5830; }

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

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

background-color css

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

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

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

border-color css

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

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

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