Html Css Color HEX #BC6434 Smoke Tree

📋 copy color: '#BC6434'

red 188 ◦ green 100 ◦ blue 52

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

Shades of Smoke Tree #BC6434

Tints of Smoke Tree #BC6434

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 55.29%
G = 29.41%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6434 (or 0xBC6434) is known color: Smoke Tree. HEX triplet: BC, 64 and 34. RGB value is (188,100,52). Sum of RGB (Red+Green+Blue) = 188+100+52=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6434 is #439BCB. Grayscale: #797979. Windows color (decimal): -4430796 or 3433660. OLE color: 3433660.

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

Color convert

RGB 188 100 52 -
CMYK 0 0.47 0.72 0.26
HSL 21.18º 0.57% 0.47% -
HSV(B) 21.18º 0.72% 0.74% -
XYZ 25.92 20.05 5.75 -
YUV 120.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 188 100 52 0 0.47 0.72 0.26 21.18 0.57 0.47
Hex BC 64 34 0 2F 48 1A 15 39 2F
Octal 274 144 64 0 57 110 32 25 71 57
Binary 10111100 1100100 110100 0 101111 1001000 11010 10101 111001 101111

Color Harmonies of #BC6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6434

Black with #BC6434

Text Example


Text Example

White with #BC6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6434; }

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

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

background-color css

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

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

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

border-color css

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

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

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