Html Css Color HEX #BC583A Smoke Tree

📋 copy color: '#BC583A'

red 188 ◦ green 88 ◦ blue 58

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

Shades of Smoke Tree #BC583A

Tints of Smoke Tree #BC583A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 56.29%
G = 26.35%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC583A (or 0xBC583A) is known color: Smoke Tree. HEX triplet: BC, 58 and 3A. RGB value is (188,88,58). Sum of RGB (Red+Green+Blue) = 188+88+58=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC583A is #43A7C5. Grayscale: #727272. Windows color (decimal): -4433862 or 3823804. OLE color: 3823804.

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

Color convert

RGB 188 88 58 -
CMYK 0 0.53 0.69 0.26
HSL 13.85º 0.53% 0.48% -
HSV(B) 13.85º 0.69% 0.74% -
XYZ 24.99 17.98 6.16 -
YUV 114.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 188 88 58 0 0.53 0.69 0.26 13.85 0.53 0.48
Hex BC 58 3A 0 35 45 1A E 35 30
Octal 274 130 72 0 65 105 32 16 65 60
Binary 10111100 1011000 111010 0 110101 1000101 11010 1110 110101 110000

Color Harmonies of #BC583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC583A

Black with #BC583A

Text Example


Text Example

White with #BC583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC583A; }

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

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

background-color css

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

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

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

border-color css

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

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

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