Html Css Color HEX #BC653F Smoke Tree

📋 copy color: '#BC653F'

red 188 ◦ green 101 ◦ blue 63

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

Shades of Smoke Tree #BC653F

Tints of Smoke Tree #BC653F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 53.41%
G = 28.69%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC653F (or 0xBC653F) is known color: Smoke Tree. HEX triplet: BC, 65 and 3F. RGB value is (188,101,63). Sum of RGB (Red+Green+Blue) = 188+101+63=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653F is #439AC0. Grayscale: #7A7A7A. Windows color (decimal): -4430529 or 4154812. OLE color: 4154812.

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

Color convert

RGB 188 101 63 -
CMYK 0 0.46 0.66 0.26
HSL 18.24º 0.5% 0.49% -
HSV(B) 18.24º 0.66% 0.74% -
XYZ 26.29 20.36 7.25 -
YUV 122.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 188 101 63 0 0.46 0.66 0.26 18.24 0.5 0.49
Hex BC 65 3F 0 2E 42 1A 12 32 31
Octal 274 145 77 0 56 102 32 22 62 61
Binary 10111100 1100101 111111 0 101110 1000010 11010 10010 110010 110001

Color Harmonies of #BC653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC653F

Black with #BC653F

Text Example


Text Example

White with #BC653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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