Html Css Color HEX #BC5833 Smoke Tree

📋 copy color: '#BC5833'

red 188 ◦ green 88 ◦ blue 51

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

Shades of Smoke Tree #BC5833

Tints of Smoke Tree #BC5833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 57.49%
G = 26.91%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC5833 (or 0xBC5833) is known color: Smoke Tree. HEX triplet: BC, 58 and 33. RGB value is (188,88,51). Sum of RGB (Red+Green+Blue) = 188+88+51=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5833 is #43A7CC. Grayscale: #717171. Windows color (decimal): -4433869 or 3365052. OLE color: 3365052.

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

Color convert

RGB 188 88 51 -
CMYK 0 0.53 0.73 0.26
HSL 16.2º 0.57% 0.47% -
HSV(B) 16.2º 0.73% 0.74% -
XYZ 24.83 17.91 5.28 -
YUV 113.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 188 88 51 0 0.53 0.73 0.26 16.2 0.57 0.47
Hex BC 58 33 0 35 49 1A 10 39 2F
Octal 274 130 63 0 65 111 32 20 71 57
Binary 10111100 1011000 110011 0 110101 1001001 11010 10000 111001 101111

Color Harmonies of #BC5833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5833

Black with #BC5833

Text Example


Text Example

White with #BC5833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5833; }

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

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

background-color css

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

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

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

border-color css

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

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

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