Html Css Color HEX #BC6134 Smoke Tree

📋 copy color: '#BC6134'

red 188 ◦ green 97 ◦ blue 52

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

Shades of Smoke Tree #BC6134

Tints of Smoke Tree #BC6134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 55.79%
G = 28.78%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6134 (or 0xBC6134) is known color: Smoke Tree. HEX triplet: BC, 61 and 34. RGB value is (188,97,52). Sum of RGB (Red+Green+Blue) = 188+97+52=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6134 is #439ECB. Grayscale: #777777. Windows color (decimal): -4431564 or 3432892. OLE color: 3432892.

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

Color convert

RGB 188 97 52 -
CMYK 0 0.48 0.72 0.26
HSL 19.85º 0.57% 0.47% -
HSV(B) 19.85º 0.72% 0.74% -
XYZ 25.63 19.49 5.66 -
YUV 119.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 188 97 52 0 0.48 0.72 0.26 19.85 0.57 0.47
Hex BC 61 34 0 30 48 1A 14 39 2F
Octal 274 141 64 0 60 110 32 24 71 57
Binary 10111100 1100001 110100 0 110000 1001000 11010 10100 111001 101111

Color Harmonies of #BC6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6134

Black with #BC6134

Text Example


Text Example

White with #BC6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6134; }

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

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

background-color css

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

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

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

border-color css

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

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

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