Html Css Color HEX #BC653E Smoke Tree

📋 copy color: '#BC653E'

red 188 ◦ green 101 ◦ blue 62

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

Shades of Smoke Tree #BC653E

Tints of Smoke Tree #BC653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 53.56%
G = 28.77%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC653E (or 0xBC653E) is known color: Smoke Tree. HEX triplet: BC, 65 and 3E. RGB value is (188,101,62). Sum of RGB (Red+Green+Blue) = 188+101+62=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653E is #439AC1. Grayscale: #7A7A7A. Windows color (decimal): -4430530 or 4089276. OLE color: 4089276.

HSL color Cylindrical-coordinate representation of color #BC653E: hue angle of 18.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC653E is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 62 -
CMYK 0 0.46 0.67 0.26
HSL 18.57º 0.5% 0.49% -
HSV(B) 18.57º 0.67% 0.74% -
XYZ 26.26 20.35 7.1 -
YUV 122.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 188 101 62 0 0.46 0.67 0.26 18.57 0.5 0.49
Hex BC 65 3E 0 2E 43 1A 13 32 31
Octal 274 145 76 0 56 103 32 23 62 61
Binary 10111100 1100101 111110 0 101110 1000011 11010 10011 110010 110001

Color Harmonies of #BC653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC653E

Black with #BC653E

Text Example


Text Example

White with #BC653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC653E; }

 p { color: rgb(188,101,62); }

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

background-color css

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

 a { background-color: rgb(188,101,62); }

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

border-color css

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

 span { border-color: rgb(188,101,62); }

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