Html Css Color HEX #BC6034 Smoke Tree

📋 copy color: '#BC6034'

red 188 ◦ green 96 ◦ blue 52

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

Shades of Smoke Tree #BC6034

Tints of Smoke Tree #BC6034

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 55.95%
G = 28.57%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6034 (or 0xBC6034) is known color: Smoke Tree. HEX triplet: BC, 60 and 34. RGB value is (188,96,52). Sum of RGB (Red+Green+Blue) = 188+96+52=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6034 is #439FCB. Grayscale: #767676. Windows color (decimal): -4431820 or 3432636. OLE color: 3432636.

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

Color convert

RGB 188 96 52 -
CMYK 0 0.49 0.72 0.26
HSL 19.41º 0.57% 0.47% -
HSV(B) 19.41º 0.72% 0.74% -
XYZ 25.54 19.31 5.63 -
YUV 118.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 188 96 52 0 0.49 0.72 0.26 19.41 0.57 0.47
Hex BC 60 34 0 31 48 1A 13 39 2F
Octal 274 140 64 0 61 110 32 23 71 57
Binary 10111100 1100000 110100 0 110001 1001000 11010 10011 111001 101111

Color Harmonies of #BC6034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6034

Black with #BC6034

Text Example


Text Example

White with #BC6034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6034; }

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

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

background-color css

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

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

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

border-color css

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

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

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