Html Css Color HEX #BC6435 Smoke Tree

📋 copy color: '#BC6435'

red 188 ◦ green 100 ◦ blue 53

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

Shades of Smoke Tree #BC6435

Tints of Smoke Tree #BC6435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.54%

R = 55.13%
G = 29.33%
B = 15.54%

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

#BC6435 (or 0xBC6435) is known color: Smoke Tree. HEX triplet: BC, 64 and 35. RGB value is (188,100,53). Sum of RGB (Red+Green+Blue) = 188+100+53=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6435 is #439BCA. Grayscale: #797979. Windows color (decimal): -4430795 or 3499196. OLE color: 3499196.

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

Color convert

RGB 188 100 53 -
CMYK 0 0.47 0.72 0.26
HSL 20.89º 0.56% 0.47% -
HSV(B) 20.89º 0.72% 0.74% -
XYZ 25.94 20.06 5.87 -
YUV 120.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 188 100 53 0 0.47 0.72 0.26 20.89 0.56 0.47
Hex BC 64 35 0 2F 48 1A 15 38 2F
Octal 274 144 65 0 57 110 32 25 70 57
Binary 10111100 1100100 110101 0 101111 1001000 11010 10101 111000 101111

Color Harmonies of #BC6435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6435

Black with #BC6435

Text Example


Text Example

White with #BC6435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6435; }

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

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

background-color css

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

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

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

border-color css

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

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

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