Html Css Color HEX #BC5934 Smoke Tree

📋 copy color: '#BC5934'

red 188 ◦ green 89 ◦ blue 52

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

Shades of Smoke Tree #BC5934

Tints of Smoke Tree #BC5934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 57.14%
G = 27.05%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5934 (or 0xBC5934) is known color: Smoke Tree. HEX triplet: BC, 59 and 34. RGB value is (188,89,52). Sum of RGB (Red+Green+Blue) = 188+89+52=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5934 is #43A6CB. Grayscale: #727272. Windows color (decimal): -4433612 or 3430844. OLE color: 3430844.

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

Color convert

RGB 188 89 52 -
CMYK 0 0.53 0.72 0.26
HSL 16.32º 0.57% 0.47% -
HSV(B) 16.32º 0.72% 0.74% -
XYZ 24.93 18.08 5.43 -
YUV 114.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 188 89 52 0 0.53 0.72 0.26 16.32 0.57 0.47
Hex BC 59 34 0 35 48 1A 10 39 2F
Octal 274 131 64 0 65 110 32 20 71 57
Binary 10111100 1011001 110100 0 110101 1001000 11010 10000 111001 101111

Color Harmonies of #BC5934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5934

Black with #BC5934

Text Example


Text Example

White with #BC5934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5934; }

 p { color: rgb(188,89,52); }

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

background-color css

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

 a { background-color: rgb(188,89,52); }

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

border-color css

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

 span { border-color: rgb(188,89,52); }

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